Html Css Color HEX #304772 Resolution Blue

📋 copy color: '#304772'

red 48 ◦ green 71 ◦ blue 114

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

Shades of Resolution Blue #304772

Tints of Resolution Blue #304772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.47%

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

R = 20.6%
G = 30.47%
B = 48.93%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#304772 (or 0x304772) is known color: Resolution Blue. HEX triplet: 30, 47 and 72. RGB value is (48,71,114). Sum of RGB (Red+Green+Blue) = 48+71+114=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #304772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304772 is #CFB88D. Grayscale: #444444. Windows color (decimal): -13613198 or 7489328. OLE color: 7489328.

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

Color convert

RGB 48 71 114 -
CMYK 0.58 0.38 0 0.55
HSL 219.09º 0.41% 0.32% -
HSV(B) 219.09º 0.58% 0.45% -
XYZ 6.51 6.35 16.8 -
YUV 69.03 153.38 113 -
System Red Green Blue C M Y K H S L
Decimal 48 71 114 0.58 0.38 0 0.55 219.09 0.41 0.32
Hex 30 47 72 3A 26 0 37 DB 29 20
Octal 60 107 162 72 46 0 67 333 51 40
Binary 110000 1000111 1110010 111010 100110 0 110111 11011011 101001 100000

Color Harmonies of #304772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304772

Black with #304772

Text Example


Text Example

White with #304772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304772; }

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

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

background-color css

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

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

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

border-color css

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

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

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