#213450

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

Shades of Catalina Blue #213450

Tints of Catalina Blue #213450

Color information

#213450 (or 0x213450) is unknown color: approx Catalina Blue. HEX triplet: 21, 34 and 50. RGB value is (33,52,80). Sum of RGB (Red+Green+Blue) = 33+52+80=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 80 (31.64% from 255 or 48.48% from 165); Max value from RGB is 80 - color contains mainly: blue. Hex color #213450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213450 is #DECBAF. Grayscale: #313131. Windows color (decimal): -14601136 or 5256225. OLE color: 5256225.

HSL color Cylindrical-coordinate representation of color #213450: hue angle of 215.74º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213450 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB335280-
CMYK0.590.3500.69
HSL215.74º41.59%22.16%-
HSV(B)215.74º58.75%31.37%-
XYZ3.33.368.06-
YUV49.51145.21116.22-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 80 (31.64% from 255) = 48.48%
R=20%
G=31.52%
B=48.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3352800.590.3500.69215.7441.5922.16
Hex2134503B23045d82a16
Octal4164120734301053305226
Binary1000011101001010000111011100011010001011101100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213450; }

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

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

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

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

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

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

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

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