#203062

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

Shades of Catalina Blue #203062

Tints of Catalina Blue #203062

Color information

#203062 (or 0x203062) is unknown color: approx Catalina Blue. HEX triplet: 20, 30 and 62. RGB value is (32,48,98). Sum of RGB (Red+Green+Blue) = 32+48+98=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #203062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203062 is #DFCF9D. Grayscale: #303030. Windows color (decimal): -14667678 or 6434848. OLE color: 6434848.

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

Color convert

RGB324898-
CMYK0.670.5100.62
HSL225.45º50.77%25.49%-
HSV(B)225.45º67.35%38.43%-
XYZ3.863.311.99-
YUV48.92155.7115.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.98%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=17.98%
G=26.97%
B=55.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3248980.670.5100.62225.4550.7725.49
Hex203062433303Ee13319
Octal4060142103630763416331
Binary1000001100001100010100001111001101111101110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203062; }

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

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

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

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

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

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

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

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