#203065

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

Shades of Catalina Blue #203065

Tints of Catalina Blue #203065

Color information

#203065 (or 0x203065) is unknown color: approx Catalina Blue. HEX triplet: 20, 30 and 65. RGB value is (32,48,101). Sum of RGB (Red+Green+Blue) = 32+48+101=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #203065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203065 is #DFCF9A. Grayscale: #313131. Windows color (decimal): -14667675 or 6631456. OLE color: 6631456.

HSL color Cylindrical-coordinate representation of color #203065: hue angle of 226.09º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203065 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3248101-
CMYK0.680.5200.60
HSL226.09º51.88%26.08%-
HSV(B)226.09º68.32%39.61%-
XYZ43.3612.75-
YUV49.26157.2115.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 101 (39.84% from 255) = 55.80%
R=17.68%
G=26.52%
B=55.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal32481010.680.5200.60226.0951.8826.08
Hex203065443403Ce2341a
Octal4060145104640743426432
Binary1000001100001100101100010011010001111001110001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203065; }

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

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

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

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

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

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

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

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