#21386B

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

Shades of Catalina Blue #21386B

Tints of Catalina Blue #21386B

Color information

#21386B (or 0x21386B) is unknown color: approx Catalina Blue. HEX triplet: 21, 38 and 6B. RGB value is (33,56,107). Sum of RGB (Red+Green+Blue) = 33+56+107=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #21386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21386B is #DEC794. Grayscale: #363636. Windows color (decimal): -14600085 or 7026721. OLE color: 7026721.

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

Color convert

RGB3356107-
CMYK0.690.4800.58
HSL221.35º52.86%27.45%-
HSV(B)221.35º69.16%41.96%-
XYZ4.74.2114.48-
YUV54.94157.38112.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=16.84%
G=28.57%
B=54.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33561070.690.4800.58221.3552.8627.45
Hex21386B453003Add351b
Octal4170153105600723356533
Binary1000011110001101011100010111000001110101101110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,56,107); }

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

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

 a { background-color: rgb(33,56,107); }

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

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

 span { border-color: rgb(33,56,107); }

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