Html Css Color HEX #214379 Resolution Blue

📋 copy color: '#214379'

red 33 ◦ green 67 ◦ blue 121

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

Shades of Resolution Blue #214379

Tints of Resolution Blue #214379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

 BLUE value IS 121 (47.66% from 255) = 54.75%

R = 14.93%
G = 30.32%
B = 54.75%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214379 (or 0x214379) is known color: Resolution Blue. HEX triplet: 21, 43 and 79. RGB value is (33,67,121). Sum of RGB (Red+Green+Blue) = 33+67+121=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #214379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214379 is #DEBC86. Grayscale: #3E3E3E. Windows color (decimal): -14597255 or 7947041. OLE color: 7947041.

HSL color Cylindrical-coordinate representation of color #214379: hue angle of 216.82º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214379 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 67 121 -
CMYK 0.73 0.45 0 0.53
HSL 216.82º 0.57% 0.3% -
HSV(B) 216.82º 0.73% 0.47% -
XYZ 6.09 5.72 18.87 -
YUV 62.99 160.74 106.61 -
System Red Green Blue C M Y K H S L
Decimal 33 67 121 0.73 0.45 0 0.53 216.82 0.57 0.3
Hex 21 43 79 49 2D 0 35 D9 39 1E
Octal 41 103 171 111 55 0 65 331 71 36
Binary 100001 1000011 1111001 1001001 101101 0 110101 11011001 111001 11110

Color Harmonies of #214379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214379

Black with #214379

Text Example


Text Example

White with #214379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214379; }

 p { color: rgb(33,67,121); }

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

background-color css

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

 a { background-color: rgb(33,67,121); }

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

border-color css

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

 span { border-color: rgb(33,67,121); }

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