Html Css Color HEX #304072 Resolution Blue

📋 copy color: '#304072'

red 48 ◦ green 64 ◦ blue 114

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

Shades of Resolution Blue #304072

Tints of Resolution Blue #304072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

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

R = 21.24%
G = 28.32%
B = 50.44%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304072 (or 0x304072) is known color: Resolution Blue. HEX triplet: 30, 40 and 72. RGB value is (48,64,114). Sum of RGB (Red+Green+Blue) = 48+64+114=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #304072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304072 is #CFBF8D. Grayscale: #404040. Windows color (decimal): -13614990 or 7487536. OLE color: 7487536.

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

Color convert

RGB 48 64 114 -
CMYK 0.58 0.44 0 0.55
HSL 225.45º 0.41% 0.32% -
HSV(B) 225.45º 0.58% 0.45% -
XYZ 6.09 5.51 16.66 -
YUV 64.92 155.7 115.93 -
System Red Green Blue C M Y K H S L
Decimal 48 64 114 0.58 0.44 0 0.55 225.45 0.41 0.32
Hex 30 40 72 3A 2C 0 37 E1 29 20
Octal 60 100 162 72 54 0 67 341 51 40
Binary 110000 1000000 1110010 111010 101100 0 110111 11100001 101001 100000

Color Harmonies of #304072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304072

Black with #304072

Text Example


Text Example

White with #304072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304072; }

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

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

background-color css

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

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

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

border-color css

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

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

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