#21426C

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

Shades of Catalina Blue #21426C

Tints of Catalina Blue #21426C

Color information

#21426C (or 0x21426C) is unknown color: approx Catalina Blue. HEX triplet: 21, 42 and 6C. RGB value is (33,66,108). Sum of RGB (Red+Green+Blue) = 33+66+108=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #21426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21426C is #DEBD93. Grayscale: #3C3C3C. Windows color (decimal): -14597524 or 7094817. OLE color: 7094817.

HSL color Cylindrical-coordinate representation of color #21426C: hue angle of 213.6º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #21426C is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3366108-
CMYK0.690.3900.58
HSL213.6º53.19%27.65%-
HSV(B)213.6º69.44%42.35%-
XYZ5.285.314.93-
YUV60.92154.57108.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=15.94%
G=31.88%
B=52.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33661080.690.3900.58213.653.1927.65
Hex21426C452703Ad6351c
Octal41102154105470723266534
Binary10000110000101101100100010110011101110101101011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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