Html Css Color HEX #304672 Resolution Blue

📋 copy color: '#304672'

red 48 ◦ green 70 ◦ blue 114

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

Shades of Resolution Blue #304672

Tints of Resolution Blue #304672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

 BLUE value IS 114 (44.92% from 255) = 49.14%

R = 20.69%
G = 30.17%
B = 49.14%

CMYK

 C value IS 0.58

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304672 (or 0x304672) is known color: Resolution Blue. HEX triplet: 30, 46 and 72. RGB value is (48,70,114). Sum of RGB (Red+Green+Blue) = 48+70+114=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 114 (44.92% from 255 or 49.14% from 232); Max value from RGB is 114 - color contains mainly: blue. Hex color #304672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304672 is #CFB98D. Grayscale: #444444. Windows color (decimal): -13613454 or 7489072. OLE color: 7489072.

HSL color Cylindrical-coordinate representation of color #304672: hue angle of 220º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #304672 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 70 114 -
CMYK 0.58 0.39 0 0.55
HSL 220º 0.41% 0.32% -
HSV(B) 220º 0.58% 0.45% -
XYZ 6.45 6.22 16.78 -
YUV 68.44 153.71 113.42 -
System Red Green Blue C M Y K H S L
Decimal 48 70 114 0.58 0.39 0 0.55 220 0.41 0.32
Hex 30 46 72 3A 27 0 37 DC 29 20
Octal 60 106 162 72 47 0 67 334 51 40
Binary 110000 1000110 1110010 111010 100111 0 110111 11011100 101001 100000

Color Harmonies of #304672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304672

Black with #304672

Text Example


Text Example

White with #304672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304672; }

 p { color: rgb(48,70,114); }

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

background-color css

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

 a { background-color: rgb(48,70,114); }

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

border-color css

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

 span { border-color: rgb(48,70,114); }

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