Html Css Color HEX #203855 Catalina Blue

📋 copy color: '#203855'

red 32 ◦ green 56 ◦ blue 85

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

Shades of Catalina Blue #203855

Tints of Catalina Blue #203855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

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

R = 18.5%
G = 32.37%
B = 49.13%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203855 (or 0x203855) is known color: Catalina Blue. HEX triplet: 20, 38 and 55. RGB value is (32,56,85). Sum of RGB (Red+Green+Blue) = 32+56+85=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #203855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203855 is #DFC7AA. Grayscale: #333333. Windows color (decimal): -14665643 or 5584928. OLE color: 5584928.

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

Color convert

RGB 32 56 85 -
CMYK 0.62 0.34 0 0.67
HSL 212.83º 0.45% 0.23% -
HSV(B) 212.83º 0.62% 0.33% -
XYZ 3.65 3.79 9.13 -
YUV 52.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 32 56 85 0.62 0.34 0 0.67 212.83 0.45 0.23
Hex 20 38 55 3E 22 0 43 D5 2D 17
Octal 40 70 125 76 42 0 103 325 55 27
Binary 100000 111000 1010101 111110 100010 0 1000011 11010101 101101 10111

Color Harmonies of #203855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203855

Black with #203855

Text Example


Text Example

White with #203855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203855; }

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

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

background-color css

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

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

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

border-color css

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

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

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