Html Css Color HEX #203256 Catalina Blue

📋 copy color: '#203256'

red 32 ◦ green 50 ◦ blue 86

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

Shades of Catalina Blue #203256

Tints of Catalina Blue #203256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 19.05%
G = 29.76%
B = 51.19%

CMYK

 C value IS 0.63

 M value IS 0.42

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#203256 (or 0x203256) is known color: Catalina Blue. HEX triplet: 20, 32 and 56. RGB value is (32,50,86). Sum of RGB (Red+Green+Blue) = 32+50+86=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #203256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203256 is #DFCDA9. Grayscale: #303030. Windows color (decimal): -14667178 or 5648928. OLE color: 5648928.

HSL color Cylindrical-coordinate representation of color #203256: hue angle of 220º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #203256 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 50 86 -
CMYK 0.63 0.42 0 0.66
HSL 220º 0.46% 0.23% -
HSV(B) 220º 0.63% 0.34% -
XYZ 3.42 3.26 9.25 -
YUV 48.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 32 50 86 0.63 0.42 0 0.66 220 0.46 0.23
Hex 20 32 56 3F 2A 0 42 DC 2E 17
Octal 40 62 126 77 52 0 102 334 56 27
Binary 100000 110010 1010110 111111 101010 0 1000010 11011100 101110 10111

Color Harmonies of #203256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203256

Black with #203256

Text Example


Text Example

White with #203256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203256; }

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

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

background-color css

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

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

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

border-color css

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

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

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