#203E6D

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

Shades of Catalina Blue #203E6D

Tints of Catalina Blue #203E6D

Color information

#203E6D (or 0x203E6D) is unknown color: approx Catalina Blue. HEX triplet: 20, 3E and 6D. RGB value is (32,62,109). Sum of RGB (Red+Green+Blue) = 32+62+109=203 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.76% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #203E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203E6D is #DFC192. Grayscale: #3A3A3A. Windows color (decimal): -14664083 or 7159328. OLE color: 7159328.

HSL color Cylindrical-coordinate representation of color #203E6D: hue angle of 216.62º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #203E6D is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3262109-
CMYK0.710.4300.57
HSL216.62º54.61%27.65%-
HSV(B)216.62º70.64%42.75%-
XYZ5.084.8615.14-
YUV58.39156.56109.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.76%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 109 (42.97% from 255) = 53.69%
R=15.76%
G=30.54%
B=53.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32621090.710.4300.57216.6254.6127.65
Hex203E6D472B039d9371c
Octal4076155107530713316734
Binary1000001111101101101100011110101101110011101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,62,109); }

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

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

 a { background-color: rgb(32,62,109); }

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

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

 span { border-color: rgb(32,62,109); }

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