#21426E

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

Shades of Catalina Blue #21426E

Tints of Catalina Blue #21426E

Color information

#21426E (or 0x21426E) is unknown color: approx Catalina Blue. HEX triplet: 21, 42 and 6E. RGB value is (33,66,110). Sum of RGB (Red+Green+Blue) = 33+66+110=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #21426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21426E is #DEBD91. Grayscale: #3C3C3C. Windows color (decimal): -14597522 or 7225889. OLE color: 7225889.

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

Color convert

RGB3366110-
CMYK0.70.400.57
HSL214.29º53.85%28.04%-
HSV(B)214.29º70%43.14%-
XYZ5.395.3515.5-
YUV61.15155.57107.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 66 (26.17% from 255) = 31.58%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=15.79%
G=31.58%
B=52.63%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33661100.70.400.57214.2953.8528.04
Hex21426E4628039d6361c
Octal41102156106500713266634
Binary10000110000101101110100011010100001110011101011011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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