Html Css Color HEX #214272 Resolution Blue

📋 copy color: '#214272'

red 33 ◦ green 66 ◦ blue 114

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

Shades of Resolution Blue #214272

Tints of Resolution Blue #214272

RGB

 RED value IS 33 (13.28% from 255) = 15.49%

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

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

R = 15.49%
G = 30.99%
B = 53.52%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#214272 (or 0x214272) is known color: Resolution Blue. HEX triplet: 21, 42 and 72. RGB value is (33,66,114). Sum of RGB (Red+Green+Blue) = 33+66+114=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #214272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214272 is #DEBD8D. Grayscale: #3D3D3D. Windows color (decimal): -14597518 or 7488033. OLE color: 7488033.

HSL color Cylindrical-coordinate representation of color #214272: hue angle of 215.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214272 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 66 114 -
CMYK 0.71 0.42 0 0.55
HSL 215.56º 0.55% 0.29% -
HSV(B) 215.56º 0.71% 0.45% -
XYZ 5.61 5.43 16.67 -
YUV 61.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 33 66 114 0.71 0.42 0 0.55 215.56 0.55 0.29
Hex 21 42 72 47 2A 0 37 D8 37 1D
Octal 41 102 162 107 52 0 67 330 67 35
Binary 100001 1000010 1110010 1000111 101010 0 110111 11011000 110111 11101

Color Harmonies of #214272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214272

Black with #214272

Text Example


Text Example

White with #214272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214272; }

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

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

background-color css

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

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

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

border-color css

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

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

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