#213865

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

Shades of Catalina Blue #213865

Tints of Catalina Blue #213865

Color information

#213865 (or 0x213865) is unknown color: approx Catalina Blue. HEX triplet: 21, 38 and 65. RGB value is (33,56,101). Sum of RGB (Red+Green+Blue) = 33+56+101=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #213865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213865 is #DEC79A. Grayscale: #363636. Windows color (decimal): -14600091 or 6633505. OLE color: 6633505.

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

Color convert

RGB3356101-
CMYK0.670.4500.60
HSL219.71º50.75%26.27%-
HSV(B)219.71º67.33%39.61%-
XYZ4.394.0912.87-
YUV54.25154.38112.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 56 (22.27% from 255) = 29.47%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=17.37%
G=29.47%
B=53.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal33561010.670.4500.60219.7150.7526.27
Hex213865432D03Cdc331a
Octal4170145103550743346332
Binary1000011110001100101100001110110101111001101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213865; }

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

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

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

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

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

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

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

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