Html Css Color HEX #314272 Resolution Blue

📋 copy color: '#314272'

red 49 ◦ green 66 ◦ blue 114

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

Shades of Resolution Blue #314272

Tints of Resolution Blue #314272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 21.4%
G = 28.82%
B = 49.78%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#314272 (or 0x314272) is known color: Resolution Blue. HEX triplet: 31, 42 and 72. RGB value is (49,66,114). Sum of RGB (Red+Green+Blue) = 49+66+114=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #314272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314272 is #CEBD8D. Grayscale: #424242. Windows color (decimal): -13548942 or 7488049. OLE color: 7488049.

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

Color convert

RGB 49 66 114 -
CMYK 0.57 0.42 0 0.55
HSL 224.31º 0.4% 0.32% -
HSV(B) 224.31º 0.57% 0.45% -
XYZ 6.25 5.76 16.7 -
YUV 66.39 154.87 115.6 -
System Red Green Blue C M Y K H S L
Decimal 49 66 114 0.57 0.42 0 0.55 224.31 0.4 0.32
Hex 31 42 72 39 2A 0 37 E0 28 20
Octal 61 102 162 71 52 0 67 340 50 40
Binary 110001 1000010 1110010 111001 101010 0 110111 11100000 101000 100000

Color Harmonies of #314272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314272

Black with #314272

Text Example


Text Example

White with #314272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314272; }

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

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

background-color css

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

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

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

border-color css

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

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

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