#203B6C

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

Shades of Catalina Blue #203B6C

Tints of Catalina Blue #203B6C

Color information

#203B6C (or 0x203B6C) is unknown color: approx Catalina Blue. HEX triplet: 20, 3B and 6C. RGB value is (32,59,108). Sum of RGB (Red+Green+Blue) = 32+59+108=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #203B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B6C is #DFC493. Grayscale: #383838. Windows color (decimal): -14664852 or 7093024. OLE color: 7093024.

HSL color Cylindrical-coordinate representation of color #203B6C: hue angle of 218.68º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #203B6C is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3259108-
CMYK0.700.4500.58
HSL218.68º54.29%27.45%-
HSV(B)218.68º70.37%42.35%-
XYZ4.874.5214.8-
YUV56.51157.05110.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.08%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 108 (42.58% from 255) = 54.27%
R=16.08%
G=29.65%
B=54.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32591080.700.4500.58218.6854.2927.45
Hex203B6C462D03Adb361b
Octal4073154106550723336633
Binary1000001110111101100100011010110101110101101101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,59,108); }

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

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

 a { background-color: rgb(32,59,108); }

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

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

 span { border-color: rgb(32,59,108); }

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