#21436E

Color #21436E Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #21436E

Tints of Catalina Blue #21436E

Color information

#21436E (or 0x21436E) is unknown color: approx Catalina Blue. HEX triplet: 21, 43 and 6E. RGB value is (33,67,110). Sum of RGB (Red+Green+Blue) = 33+67+110=210 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.71% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 110 (43.36% from 255 or 52.38% from 210); Max value from RGB is 110 - color contains mainly: blue. Hex color #21436E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21436E is #DEBC91. Grayscale: #3D3D3D. Windows color (decimal): -14597266 or 7226145. OLE color: 7226145.

HSL color Cylindrical-coordinate representation of color #21436E: hue angle of 213.51º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21436E is Cyan = 0.7, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3367110-
CMYK0.70.3900.57
HSL213.51º53.85%28.04%-
HSV(B)213.51º70%43.14%-
XYZ5.455.4615.52-
YUV61.74155.24107.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.71%
GREEN value IS 67 (26.56% from 255) = 31.90%
BLUE value IS 110 (43.36% from 255) = 52.38%
R=15.71%
G=31.90%
B=52.38%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33671100.70.3900.57213.5153.8528.04
Hex21436E4627039d6361c
Octal41103156106470713266634
Binary10000110000111101110100011010011101110011101011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21436E; }

 p { color: rgb(33,67,110); }

 H1.HeaderClassName
 {
   color: #21436E;
 }
 .AnyTagClassName
 {
   color: #21436E;
 }
</style>
background-color css

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

 a { background-color: rgb(33,67,110); }

 div.DivClassName
 {
   background-color: #21436E;
 }
 .BgClassName
 {
   background-color: #21436E;
 }
</style>
border-color css

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

 span { border-color: rgb(33,67,110); }

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