#213769

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

Shades of Catalina Blue #213769

Tints of Catalina Blue #213769

Color information

#213769 (or 0x213769) is unknown color: approx Catalina Blue. HEX triplet: 21, 37 and 69. RGB value is (33,55,105). Sum of RGB (Red+Green+Blue) = 33+55+105=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #213769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213769 is #DEC896. Grayscale: #353535. Windows color (decimal): -14600343 or 6895393. OLE color: 6895393.

HSL color Cylindrical-coordinate representation of color #213769: hue angle of 221.67º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #213769 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3355105-
CMYK0.690.4800.59
HSL221.67º52.17%27.06%-
HSV(B)221.67º68.57%41.18%-
XYZ4.544.0813.91-
YUV54.12156.71112.93-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 55 (21.88% from 255) = 28.50%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=17.10%
G=28.50%
B=54.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33551050.690.4800.59221.6752.1727.06
Hex213769453003Bde341b
Octal4167151105600733366433
Binary1000011101111101001100010111000001110111101111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213769; }

 p { color: rgb(33,55,105); }

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

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

 a { background-color: rgb(33,55,105); }

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

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

 span { border-color: rgb(33,55,105); }

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