#21345C

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

Shades of Catalina Blue #21345C

Tints of Catalina Blue #21345C

Color information

#21345C (or 0x21345C) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 5C. RGB value is (33,52,92). Sum of RGB (Red+Green+Blue) = 33+52+92=177 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.64% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #21345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21345C is #DECBA3. Grayscale: #323232. Windows color (decimal): -14601124 or 6042657. OLE color: 6042657.

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

Color convert

RGB335292-
CMYK0.640.4300.64
HSL220.68º47.2%24.51%-
HSV(B)220.68º64.13%36.08%-
XYZ3.793.5510.61-
YUV50.88151.21115.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.64%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=18.64%
G=29.38%
B=51.98%

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
Decimal3352920.640.4300.64220.6847.224.51
Hex21345C402B040dd2f19
Octal41641341005301003355731
Binary10000111010010111001000000101011010000001101110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21345C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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