#203A62

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

Shades of Catalina Blue #203A62

Tints of Catalina Blue #203A62

Color information

#203A62 (or 0x203A62) is unknown color: approx Catalina Blue. HEX triplet: 20, 3A and 62. RGB value is (32,58,98). Sum of RGB (Red+Green+Blue) = 32+58+98=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #203A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A62 is #DFC59D. Grayscale: #363636. Windows color (decimal): -14665118 or 6437408. OLE color: 6437408.

HSL color Cylindrical-coordinate representation of color #203A62: hue angle of 216.36º 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 #203A62 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB325898-
CMYK0.670.4100.62
HSL216.36º50.77%25.49%-
HSV(B)216.36º67.35%38.43%-
XYZ4.314.2212.14-
YUV54.79152.39111.75-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.02%
GREEN value IS 58 (23.05% from 255) = 30.85%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=17.02%
G=30.85%
B=52.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3258980.670.4100.62216.3650.7725.49
Hex203A62432903Ed83319
Octal4072142103510763306331
Binary1000001110101100010100001110100101111101101100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203A62; }

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

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

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

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

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

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

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

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