#21305D

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

Shades of Catalina Blue #21305D

Tints of Catalina Blue #21305D

Color information

#21305D (or 0x21305D) is unknown color: approx Catalina Blue. HEX triplet: 21, 30 and 5D. RGB value is (33,48,93). Sum of RGB (Red+Green+Blue) = 33+48+93=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #21305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21305D is #DECFA2. Grayscale: #303030. Windows color (decimal): -14602147 or 6107169. OLE color: 6107169.

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

Color convert

RGB334893-
CMYK0.650.4800.64
HSL225º47.62%24.71%-
HSV(B)225º64.52%36.47%-
XYZ3.663.2310.79-
YUV48.64153.03116.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.97%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 93 (36.72% from 255) = 53.45%
R=18.97%
G=27.59%
B=53.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3348930.650.4800.6422547.6224.71
Hex21305D4130040e13019
Octal41601351016001003416031
Binary10000111000010111011000001110000010000001110000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21305D; }

 p { color: rgb(33,48,93); }

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

<style>
 a { background-color: #21305D; }

 a { background-color: rgb(33,48,93); }

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

<style>
 span { border-color: #21305D; }

 span { border-color: rgb(33,48,93); }

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