Html Css Color HEX #304970 Resolution Blue

📋 copy color: '#304970'

red 48 ◦ green 73 ◦ blue 112

#304970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Resolution Blue #304970

Tints of Resolution Blue #304970

RGB

 RED value IS 48 (19.14% from 255) = 20.6%

 GREEN value IS 73 (28.91% from 255) = 31.33%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 20.6%
G = 31.33%
B = 48.07%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#304970 (or 0x304970) is known color: Resolution Blue. HEX triplet: 30, 49 and 70. RGB value is (48,73,112). Sum of RGB (Red+Green+Blue) = 48+73+112=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #304970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304970 is #CFB68F. Grayscale: #454545. Windows color (decimal): -13612688 or 7358768. OLE color: 7358768.

HSL color Cylindrical-coordinate representation of color #304970: hue angle of 216.56º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #304970 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 73 112 -
CMYK 0.57 0.35 0 0.56
HSL 216.56º 0.4% 0.31% -
HSV(B) 216.56º 0.57% 0.44% -
XYZ 6.53 6.56 16.25 -
YUV 69.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 48 73 112 0.57 0.35 0 0.56 216.56 0.4 0.31
Hex 30 49 70 39 23 0 38 D9 28 1F
Octal 60 111 160 71 43 0 70 331 50 37
Binary 110000 1001001 1110000 111001 100011 0 111000 11011001 101000 11111

Color Harmonies of #304970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304970

Black with #304970

Text Example


Text Example

White with #304970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304970; }

 p { color: rgb(48,73,112); }

 H1.HeaderClassName
 {
   color: #304970;
 }
 .AnyTagClassName
 {
   color: #304970;
 }
</style>

background-color css

<style>
 a { background-color: #304970; }

 a { background-color: rgb(48,73,112); }

 div.DivClassName
 {
   background-color: #304970;
 }
 .BgClassName
 {
   background-color: #304970;
 }
</style>

border-color css

<style>
 span { border-color: #304970; }

 span { border-color: rgb(48,73,112); }

 td.TdClassName
 {
   border-color: #304970;
 }
 .TagClassName
 {
   border-color: #304970;
 }
</style>