#21345B

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

Shades of Catalina Blue #21345B

Tints of Catalina Blue #21345B

Color information

#21345B (or 0x21345B) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 5B. RGB value is (33,52,91). Sum of RGB (Red+Green+Blue) = 33+52+91=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 91 (35.94% from 255 or 51.70% from 176); Max value from RGB is 91 - color contains mainly: blue. Hex color #21345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21345B is #DECBA4. Grayscale: #323232. Windows color (decimal): -14601125 or 5977121. OLE color: 5977121.

HSL color Cylindrical-coordinate representation of color #21345B: hue angle of 220.34º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21345B is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB335291-
CMYK0.640.4300.64
HSL220.34º46.77%24.31%-
HSV(B)220.34º63.74%35.69%-
XYZ3.743.5310.38-
YUV50.76150.71115.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 52 (20.70% from 255) = 29.55%
BLUE value IS 91 (35.94% from 255) = 51.70%
R=18.75%
G=29.55%
B=51.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3352910.640.4300.64220.3446.7724.31
Hex21345B402B040dc2f18
Octal41641331005301003345730
Binary10000111010010110111000000101011010000001101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21345B; }

 p { color: rgb(33,52,91); }

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

<style>
 a { background-color: #21345B; }

 a { background-color: rgb(33,52,91); }

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

<style>
 span { border-color: #21345B; }

 span { border-color: rgb(33,52,91); }

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