Html Css Color HEX #304472 Resolution Blue

📋 copy color: '#304472'

red 48 ◦ green 68 ◦ blue 114

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

Shades of Resolution Blue #304472

Tints of Resolution Blue #304472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.57%

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

R = 20.87%
G = 29.57%
B = 49.57%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304472 (or 0x304472) is known color: Resolution Blue. HEX triplet: 30, 44 and 72. RGB value is (48,68,114). Sum of RGB (Red+Green+Blue) = 48+68+114=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #304472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304472 is #CFBB8D. Grayscale: #434343. Windows color (decimal): -13613966 or 7488560. OLE color: 7488560.

HSL color Cylindrical-coordinate representation of color #304472: hue angle of 221.82º 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 #304472 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 68 114 -
CMYK 0.58 0.40 0 0.55
HSL 221.82º 0.41% 0.32% -
HSV(B) 221.82º 0.58% 0.45% -
XYZ 6.32 5.98 16.74 -
YUV 67.26 154.37 114.26 -
System Red Green Blue C M Y K H S L
Decimal 48 68 114 0.58 0.40 0 0.55 221.82 0.41 0.32
Hex 30 44 72 3A 28 0 37 DE 29 20
Octal 60 104 162 72 50 0 67 336 51 40
Binary 110000 1000100 1110010 111010 101000 0 110111 11011110 101001 100000

Color Harmonies of #304472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304472

Black with #304472

Text Example


Text Example

White with #304472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304472; }

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

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

background-color css

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

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

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

border-color css

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

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

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