#213B6C

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

Shades of Catalina Blue #213B6C

Tints of Catalina Blue #213B6C

Color information

#213B6C (or 0x213B6C) is unknown color: approx Catalina Blue. HEX triplet: 21, 3B and 6C. RGB value is (33,59,108). Sum of RGB (Red+Green+Blue) = 33+59+108=200 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #213B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B6C is #DEC493. Grayscale: #383838. Windows color (decimal): -14599316 or 7093025. OLE color: 7093025.

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

Color convert

RGB3359108-
CMYK0.690.4500.58
HSL219.2º53.19%27.65%-
HSV(B)219.2º69.44%42.35%-
XYZ4.94.5314.8-
YUV56.81156.89111.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.5%
GREEN value IS 59 (23.44% from 255) = 29.5%
BLUE value IS 108 (42.58% from 255) = 54%
R=16.5%
G=29.5%
B=54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33591080.690.4500.58219.253.1927.65
Hex213B6C452D03Adb351c
Octal4173154105550723336534
Binary1000011110111101100100010110110101110101101101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213B6C; }

 p { color: rgb(33,59,108); }

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

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

 a { background-color: rgb(33,59,108); }

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

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

 span { border-color: rgb(33,59,108); }

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