Html Css Color HEX #314872 Resolution Blue

📋 copy color: '#314872'

red 49 ◦ green 72 ◦ blue 114

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

Shades of Resolution Blue #314872

Tints of Resolution Blue #314872

RGB

 RED value IS 49 (19.53% from 255) = 20.85%

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

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

R = 20.85%
G = 30.64%
B = 48.51%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314872 (or 0x314872) is known color: Resolution Blue. HEX triplet: 31, 48 and 72. RGB value is (49,72,114). Sum of RGB (Red+Green+Blue) = 49+72+114=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #314872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314872 is #CEB78D. Grayscale: #454545. Windows color (decimal): -13547406 or 7489585. OLE color: 7489585.

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

Color convert

RGB 49 72 114 -
CMYK 0.57 0.37 0 0.55
HSL 218.77º 0.4% 0.32% -
HSV(B) 218.77º 0.57% 0.45% -
XYZ 6.62 6.5 16.83 -
YUV 69.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 49 72 114 0.57 0.37 0 0.55 218.77 0.4 0.32
Hex 31 48 72 39 25 0 37 DB 28 20
Octal 61 110 162 71 45 0 67 333 50 40
Binary 110001 1001000 1110010 111001 100101 0 110111 11011011 101000 100000

Color Harmonies of #314872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314872

Black with #314872

Text Example


Text Example

White with #314872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314872; }

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

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

background-color css

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

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

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

border-color css

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

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

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