#21406E

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

Shades of Catalina Blue #21406E

Tints of Catalina Blue #21406E

Color information

#21406E (or 0x21406E) is unknown color: approx Catalina Blue. HEX triplet: 21, 40 and 6E. RGB value is (33,64,110). Sum of RGB (Red+Green+Blue) = 33+64+110=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #21406E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21406E is #DEBF91. Grayscale: #3B3B3B. Windows color (decimal): -14598034 or 7225377. OLE color: 7225377.

HSL color Cylindrical-coordinate representation of color #21406E: hue angle of 215.84º 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 #21406E is Cyan = 0.7, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3364110-
CMYK0.70.4200.57
HSL215.84º53.85%28.04%-
HSV(B)215.84º70%43.14%-
XYZ5.285.1215.46-
YUV59.97156.23108.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=15.94%
G=30.92%
B=53.14%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33641100.70.4200.57215.8453.8528.04
Hex21406E462A039d8361c
Octal41100156106520713306634
Binary10000110000001101110100011010101001110011101100011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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