#213C65

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

Shades of Catalina Blue #213C65

Tints of Catalina Blue #213C65

Color information

#213C65 (or 0x213C65) is unknown color: approx Catalina Blue. HEX triplet: 21, 3C and 65. RGB value is (33,60,101). Sum of RGB (Red+Green+Blue) = 33+60+101=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #213C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213C65 is #DEC39A. Grayscale: #383838. Windows color (decimal): -14599067 or 6634529. OLE color: 6634529.

HSL color Cylindrical-coordinate representation of color #213C65: hue angle of 216.18º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #213C65 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3360101-
CMYK0.670.4100.60
HSL216.18º50.75%26.27%-
HSV(B)216.18º67.33%39.61%-
XYZ4.594.4912.94-
YUV56.6153.05111.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.01%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=17.01%
G=30.93%
B=52.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33601010.670.4100.60216.1850.7526.27
Hex213C65432903Cd8331a
Octal4174145103510743306332
Binary1000011111001100101100001110100101111001101100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,60,101); }

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

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

 a { background-color: rgb(33,60,101); }

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

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

 span { border-color: rgb(33,60,101); }

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