Html Css Color HEX #304872 Resolution Blue

📋 copy color: '#304872'

red 48 ◦ green 72 ◦ blue 114

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

Shades of Resolution Blue #304872

Tints of Resolution Blue #304872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 20.51%
G = 30.77%
B = 48.72%

CMYK

 C value IS 0.58

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304872 (or 0x304872) is known color: Resolution Blue. HEX triplet: 30, 48 and 72. RGB value is (48,72,114). Sum of RGB (Red+Green+Blue) = 48+72+114=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #304872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304872 is #CFB78D. Grayscale: #454545. Windows color (decimal): -13612942 or 7489584. OLE color: 7489584.

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

Color convert

RGB 48 72 114 -
CMYK 0.58 0.37 0 0.55
HSL 218.18º 0.41% 0.32% -
HSV(B) 218.18º 0.58% 0.45% -
XYZ 6.57 6.48 16.82 -
YUV 69.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 48 72 114 0.58 0.37 0 0.55 218.18 0.41 0.32
Hex 30 48 72 3A 25 0 37 DA 29 20
Octal 60 110 162 72 45 0 67 332 51 40
Binary 110000 1001000 1110010 111010 100101 0 110111 11011010 101001 100000

Color Harmonies of #304872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304872

Black with #304872

Text Example


Text Example

White with #304872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304872; }

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

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

background-color css

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

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

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

border-color css

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

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

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