#213D65

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

Shades of Catalina Blue #213D65

Tints of Catalina Blue #213D65

Color information

#213D65 (or 0x213D65) is unknown color: approx Catalina Blue. HEX triplet: 21, 3D and 65. RGB value is (33,61,101). Sum of RGB (Red+Green+Blue) = 33+61+101=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #213D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D65 is #DEC29A. Grayscale: #383838. Windows color (decimal): -14598811 or 6634785. OLE color: 6634785.

HSL color Cylindrical-coordinate representation of color #213D65: hue angle of 215.29º 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 #213D65 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3361101-
CMYK0.670.4000.60
HSL215.29º50.75%26.27%-
HSV(B)215.29º67.33%39.61%-
XYZ4.644.612.96-
YUV57.19152.72110.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=16.92%
G=31.28%
B=51.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33611010.670.4000.60215.2950.7526.27
Hex213D65432803Cd7331a
Octal4175145103500743276332
Binary1000011111011100101100001110100001111001101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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