Html Css Color HEX #213B66 Catalina Blue

📋 copy color: '#213B66'

red 33 ◦ green 59 ◦ blue 102

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

Shades of Catalina Blue #213B66

Tints of Catalina Blue #213B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

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

R = 17.01%
G = 30.41%
B = 52.58%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#213B66 (or 0x213B66) is known color: Catalina Blue. HEX triplet: 21, 3B and 66. RGB value is (33,59,102). Sum of RGB (Red+Green+Blue) = 33+59+102=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #213B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B66 is #DEC499. Grayscale: #373737. Windows color (decimal): -14599322 or 6699809. OLE color: 6699809.

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

Color convert

RGB 33 59 102 -
CMYK 0.68 0.42 0 0.6
HSL 217.39º 0.51% 0.26% -
HSV(B) 217.39º 0.68% 0.4% -
XYZ 4.59 4.41 13.18 -
YUV 56.13 153.89 111.5 -
System Red Green Blue C M Y K H S L
Decimal 33 59 102 0.68 0.42 0 0.6 217.39 0.51 0.26
Hex 21 3B 66 44 2A 0 3C D9 33 1A
Octal 41 73 146 104 52 0 74 331 63 32
Binary 100001 111011 1100110 1000100 101010 0 111100 11011001 110011 11010

Color Harmonies of #213B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213B66

Black with #213B66

Text Example


Text Example

White with #213B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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