Html Css Color HEX #214166 Catalina Blue

📋 copy color: '#214166'

red 33 ◦ green 65 ◦ blue 102

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

Shades of Catalina Blue #214166

Tints of Catalina Blue #214166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.5%

 BLUE value IS 102 (40.23% from 255) = 51%

R = 16.5%
G = 32.5%
B = 51%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#214166 (or 0x214166) is known color: Catalina Blue. HEX triplet: 21, 41 and 66. RGB value is (33,65,102). Sum of RGB (Red+Green+Blue) = 33+65+102=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #214166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214166 is #DEBE99. Grayscale: #3B3B3B. Windows color (decimal): -14597786 or 6701345. OLE color: 6701345.

HSL color Cylindrical-coordinate representation of color #214166: hue angle of 212.17º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214166 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 65 102 -
CMYK 0.68 0.36 0 0.6
HSL 212.17º 0.51% 0.26% -
HSV(B) 212.17º 0.68% 0.4% -
XYZ 4.92 5.06 13.29 -
YUV 59.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 33 65 102 0.68 0.36 0 0.6 212.17 0.51 0.26
Hex 21 41 66 44 24 0 3C D4 33 1A
Octal 41 101 146 104 44 0 74 324 63 32
Binary 100001 1000001 1100110 1000100 100100 0 111100 11010100 110011 11010

Color Harmonies of #214166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214166

Black with #214166

Text Example


Text Example

White with #214166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214166; }

 p { color: rgb(33,65,102); }

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

background-color css

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

 a { background-color: rgb(33,65,102); }

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

border-color css

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

 span { border-color: rgb(33,65,102); }

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