#213062

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

Shades of Catalina Blue #213062

Tints of Catalina Blue #213062

Color information

#213062 (or 0x213062) is unknown color: approx Catalina Blue. HEX triplet: 21, 30 and 62. RGB value is (33,48,98). Sum of RGB (Red+Green+Blue) = 33+48+98=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #213062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213062 is #DECF9D. Grayscale: #313131. Windows color (decimal): -14602142 or 6434849. OLE color: 6434849.

HSL color Cylindrical-coordinate representation of color #213062: hue angle of 226.15º 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 #213062 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB334898-
CMYK0.660.5100.62
HSL226.15º49.62%25.69%-
HSV(B)226.15º66.33%38.43%-
XYZ3.893.3211.99-
YUV49.22155.53116.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=18.44%
G=26.82%
B=54.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3348980.660.5100.62226.1549.6225.69
Hex213062423303Ee2321a
Octal4160142102630763426232
Binary1000011100001100010100001011001101111101110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213062; }

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

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

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

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

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

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

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

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