Html Css Color HEX #213E69 Catalina Blue

📋 copy color: '#213E69'

red 33 ◦ green 62 ◦ blue 105

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

Shades of Catalina Blue #213E69

Tints of Catalina Blue #213E69

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31%

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 16.5%
G = 31%
B = 52.5%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213E69 (or 0x213E69) is known color: Catalina Blue. HEX triplet: 21, 3E and 69. RGB value is (33,62,105). Sum of RGB (Red+Green+Blue) = 33+62+105=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #213E69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E69 is #DEC196. Grayscale: #3A3A3A. Windows color (decimal): -14598551 or 6897185. OLE color: 6897185.

HSL color Cylindrical-coordinate representation of color #213E69: hue angle of 215.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213E69 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 62 105 -
CMYK 0.69 0.41 0 0.59
HSL 215.83º 0.52% 0.27% -
HSV(B) 215.83º 0.69% 0.41% -
XYZ 4.9 4.79 14.03 -
YUV 58.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 33 62 105 0.69 0.41 0 0.59 215.83 0.52 0.27
Hex 21 3E 69 45 29 0 3B D8 34 1B
Octal 41 76 151 105 51 0 73 330 64 33
Binary 100001 111110 1101001 1000101 101001 0 111011 11011000 110100 11011

Color Harmonies of #213E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E69

Black with #213E69

Text Example


Text Example

White with #213E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,105); }

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

background-color css

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

 a { background-color: rgb(33,62,105); }

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

border-color css

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

 span { border-color: rgb(33,62,105); }

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