#203A6B

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

Shades of Catalina Blue #203A6B

Tints of Catalina Blue #203A6B

Color information

#203A6B (or 0x203A6B) is unknown color: approx Catalina Blue. HEX triplet: 20, 3A and 6B. RGB value is (32,58,107). Sum of RGB (Red+Green+Blue) = 32+58+107=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #203A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A6B is #DFC594. Grayscale: #373737. Windows color (decimal): -14665109 or 7027232. OLE color: 7027232.

HSL color Cylindrical-coordinate representation of color #203A6B: hue angle of 219.2º 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 #203A6B is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3258107-
CMYK0.700.4600.58
HSL219.2º53.96%27.25%-
HSV(B)219.2º70.09%41.96%-
XYZ4.764.3914.51-
YUV55.81156.89111.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.24%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 107 (42.19% from 255) = 54.31%
R=16.24%
G=29.44%
B=54.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal32581070.700.4600.58219.253.9627.25
Hex203A6B462E03Adb361b
Octal4072153106560723336633
Binary1000001110101101011100011010111001110101101101111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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