Html Css Color HEX #214375 Resolution Blue

📋 copy color: '#214375'

red 33 ◦ green 67 ◦ blue 117

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

Shades of Resolution Blue #214375

Tints of Resolution Blue #214375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 15.21%
G = 30.88%
B = 53.92%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#214375 (or 0x214375) is known color: Resolution Blue. HEX triplet: 21, 43 and 75. RGB value is (33,67,117). Sum of RGB (Red+Green+Blue) = 33+67+117=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #214375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214375 is #DEBC8A. Grayscale: #3E3E3E. Windows color (decimal): -14597259 or 7684897. OLE color: 7684897.

HSL color Cylindrical-coordinate representation of color #214375: hue angle of 215.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214375 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 67 117 -
CMYK 0.72 0.43 0 0.54
HSL 215.71º 0.56% 0.29% -
HSV(B) 215.71º 0.72% 0.46% -
XYZ 5.85 5.62 17.61 -
YUV 62.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 33 67 117 0.72 0.43 0 0.54 215.71 0.56 0.29
Hex 21 43 75 48 2B 0 36 D8 38 1D
Octal 41 103 165 110 53 0 66 330 70 35
Binary 100001 1000011 1110101 1001000 101011 0 110110 11011000 111000 11101

Color Harmonies of #214375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214375

Black with #214375

Text Example


Text Example

White with #214375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214375; }

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

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

background-color css

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

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

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

border-color css

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

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

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