#203462

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

Shades of Catalina Blue #203462

Tints of Catalina Blue #203462

Color information

#203462 (or 0x203462) is unknown color: approx Catalina Blue. HEX triplet: 20, 34 and 62. RGB value is (32,52,98). Sum of RGB (Red+Green+Blue) = 32+52+98=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 98 (38.67% from 255 or 53.85% from 182); Max value from RGB is 98 - color contains mainly: blue. Hex color #203462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203462 is #DFCB9D. Grayscale: #333333. Windows color (decimal): -14666654 or 6435872. OLE color: 6435872.

HSL color Cylindrical-coordinate representation of color #203462: hue angle of 221.82º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #203462 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB325298-
CMYK0.670.4700.62
HSL221.82º50.77%25.49%-
HSV(B)221.82º67.35%38.43%-
XYZ4.033.6412.05-
YUV51.26154.37114.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 53.85%
R=17.58%
G=28.57%
B=53.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3252980.670.4700.62221.8250.7725.49
Hex203462432F03Ede3319
Octal4064142103570763366331
Binary1000001101001100010100001110111101111101101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203462; }

 p { color: rgb(32,52,98); }

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

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

 a { background-color: rgb(32,52,98); }

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

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

 span { border-color: rgb(32,52,98); }

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