Html Css Color HEX #213F66 Catalina Blue

📋 copy color: '#213F66'

red 33 ◦ green 63 ◦ blue 102

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

Shades of Catalina Blue #213F66

Tints of Catalina Blue #213F66

RGB

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

 GREEN value IS 63 (25% from 255) = 31.82%

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

R = 16.67%
G = 31.82%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#213F66 (or 0x213F66) is known color: Catalina Blue. HEX triplet: 21, 3F and 66. RGB value is (33,63,102). Sum of RGB (Red+Green+Blue) = 33+63+102=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 102 (40.23% from 255 or 51.52% from 198); Max value from RGB is 102 - color contains mainly: blue. Hex color #213F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F66 is #DEC099. Grayscale: #3A3A3A. Windows color (decimal): -14598298 or 6700833. OLE color: 6700833.

HSL color Cylindrical-coordinate representation of color #213F66: hue angle of 213.91º 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 #213F66 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 33 63 102 -
CMYK 0.68 0.38 0 0.6
HSL 213.91º 0.51% 0.26% -
HSV(B) 213.91º 0.68% 0.4% -
XYZ 4.8 4.84 13.25 -
YUV 58.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 33 63 102 0.68 0.38 0 0.6 213.91 0.51 0.26
Hex 21 3F 66 44 26 0 3C D6 33 1A
Octal 41 77 146 104 46 0 74 326 63 32
Binary 100001 111111 1100110 1000100 100110 0 111100 11010110 110011 11010

Color Harmonies of #213F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213F66

Black with #213F66

Text Example


Text Example

White with #213F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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