#213262

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

Shades of Catalina Blue #213262

Tints of Catalina Blue #213262

Color information

#213262 (or 0x213262) is unknown color: approx Catalina Blue. HEX triplet: 21, 32 and 62. RGB value is (33,50,98). Sum of RGB (Red+Green+Blue) = 33+50+98=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #213262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213262 is #DECD9D. Grayscale: #323232. Windows color (decimal): -14601630 or 6435361. OLE color: 6435361.

HSL color Cylindrical-coordinate representation of color #213262: hue angle of 224.31º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213262 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB335098-
CMYK0.660.4900.62
HSL224.31º49.62%25.69%-
HSV(B)224.31º66.33%38.43%-
XYZ3.973.4912.02-
YUV50.39154.87115.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=18.23%
G=27.62%
B=54.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3350980.660.4900.62224.3149.6225.69
Hex213262423103Ee0321a
Octal4162142102610763406232
Binary1000011100101100010100001011000101111101110000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213262; }

 p { color: rgb(33,50,98); }

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

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

 a { background-color: rgb(33,50,98); }

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

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

 span { border-color: rgb(33,50,98); }

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