Html Css Color HEX #213966 Catalina Blue

📋 copy color: '#213966'

red 33 ◦ green 57 ◦ blue 102

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

Shades of Catalina Blue #213966

Tints of Catalina Blue #213966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.69%

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

R = 17.19%
G = 29.69%
B = 53.13%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#213966 (or 0x213966) is known color: Catalina Blue. HEX triplet: 21, 39 and 66. RGB value is (33,57,102). Sum of RGB (Red+Green+Blue) = 33+57+102=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #213966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213966 is #DEC699. Grayscale: #363636. Windows color (decimal): -14599834 or 6699297. OLE color: 6699297.

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

Color convert

RGB 33 57 102 -
CMYK 0.68 0.44 0 0.6
HSL 219.13º 0.51% 0.26% -
HSV(B) 219.13º 0.68% 0.4% -
XYZ 4.49 4.21 13.15 -
YUV 54.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 33 57 102 0.68 0.44 0 0.6 219.13 0.51 0.26
Hex 21 39 66 44 2C 0 3C DB 33 1A
Octal 41 71 146 104 54 0 74 333 63 32
Binary 100001 111001 1100110 1000100 101100 0 111100 11011011 110011 11010

Color Harmonies of #213966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213966

Black with #213966

Text Example


Text Example

White with #213966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213966; }

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

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

background-color css

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

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

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

border-color css

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

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

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