Html Css Color HEX #203755 Catalina Blue

📋 copy color: '#203755'

red 32 ◦ green 55 ◦ blue 85

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

Shades of Catalina Blue #203755

Tints of Catalina Blue #203755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 85 (33.59% from 255) = 49.42%

R = 18.6%
G = 31.98%
B = 49.42%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203755 (or 0x203755) is known color: Catalina Blue. HEX triplet: 20, 37 and 55. RGB value is (32,55,85). Sum of RGB (Red+Green+Blue) = 32+55+85=172 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.60% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #203755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203755 is #DFC8AA. Grayscale: #333333. Windows color (decimal): -14665899 or 5584672. OLE color: 5584672.

HSL color Cylindrical-coordinate representation of color #203755: hue angle of 213.96º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #203755 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 32 55 85 -
CMYK 0.62 0.35 0 0.67
HSL 213.96º 0.45% 0.23% -
HSV(B) 213.96º 0.62% 0.33% -
XYZ 3.6 3.7 9.12 -
YUV 51.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 32 55 85 0.62 0.35 0 0.67 213.96 0.45 0.23
Hex 20 37 55 3E 23 0 43 D6 2D 17
Octal 40 67 125 76 43 0 103 326 55 27
Binary 100000 110111 1010101 111110 100011 0 1000011 11010110 101101 10111

Color Harmonies of #203755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203755

Black with #203755

Text Example


Text Example

White with #203755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203755; }

 p { color: rgb(32,55,85); }

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

background-color css

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

 a { background-color: rgb(32,55,85); }

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

border-color css

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

 span { border-color: rgb(32,55,85); }

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