#203262

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

Shades of Catalina Blue #203262

Tints of Catalina Blue #203262

Color information

#203262 (or 0x203262) is unknown color: approx Catalina Blue. HEX triplet: 20, 32 and 62. RGB value is (32,50,98). Sum of RGB (Red+Green+Blue) = 32+50+98=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #203262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203262 is #DFCD9D. Grayscale: #313131. Windows color (decimal): -14667166 or 6435360. OLE color: 6435360.

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

Color convert

RGB325098-
CMYK0.670.4900.62
HSL223.64º50.77%25.49%-
HSV(B)223.64º67.35%38.43%-
XYZ3.943.4712.02-
YUV50.09155.04115.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.78%
GREEN value IS 50 (19.92% from 255) = 27.78%
BLUE value IS 98 (38.67% from 255) = 54.44%
R=17.78%
G=27.78%
B=54.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3250980.670.4900.62223.6450.7725.49
Hex203262433103Ee03319
Octal4062142103610763406331
Binary1000001100101100010100001111000101111101110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203262; }

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

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

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

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

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

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

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

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