Html Css Color HEX #203260 Catalina Blue

📋 copy color: '#203260'

red 32 ◦ green 50 ◦ blue 96

#203260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #203260

Tints of Catalina Blue #203260

RGB

 RED value IS 32 (12.89% from 255) = 17.98%

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 96 (37.89% from 255) = 53.93%

R = 17.98%
G = 28.09%
B = 53.93%

CMYK

 C value IS 0.67

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#203260 (or 0x203260) is known color: Catalina Blue. HEX triplet: 20, 32 and 60. RGB value is (32,50,96). Sum of RGB (Red+Green+Blue) = 32+50+96=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #203260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203260 is #DFCD9F. Grayscale: #313131. Windows color (decimal): -14667168 or 6304288. OLE color: 6304288.

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

Color convert

RGB 32 50 96 -
CMYK 0.67 0.48 0 0.62
HSL 223.13º 0.5% 0.25% -
HSV(B) 223.13º 0.67% 0.38% -
XYZ 3.85 3.43 11.53 -
YUV 49.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 32 50 96 0.67 0.48 0 0.62 223.13 0.5 0.25
Hex 20 32 60 43 30 0 3E DF 32 19
Octal 40 62 140 103 60 0 76 337 62 31
Binary 100000 110010 1100000 1000011 110000 0 111110 11011111 110010 11001

Color Harmonies of #203260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203260

Black with #203260

Text Example


Text Example

White with #203260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203260; }

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

 H1.HeaderClassName
 {
   color: #203260;
 }
 .AnyTagClassName
 {
   color: #203260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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