Html Css Color HEX #203155 Catalina Blue

📋 copy color: '#203155'

red 32 ◦ green 49 ◦ blue 85

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

Shades of Catalina Blue #203155

Tints of Catalina Blue #203155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 29.52%

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

R = 19.28%
G = 29.52%
B = 51.2%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203155 (or 0x203155) is known color: Catalina Blue. HEX triplet: 20, 31 and 55. RGB value is (32,49,85). Sum of RGB (Red+Green+Blue) = 32+49+85=166 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.28% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #203155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203155 is #DFCEAA. Grayscale: #2F2F2F. Windows color (decimal): -14667435 or 5583136. OLE color: 5583136.

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

Color convert

RGB 32 49 85 -
CMYK 0.62 0.42 0 0.67
HSL 220.75º 0.45% 0.23% -
HSV(B) 220.75º 0.62% 0.33% -
XYZ 3.33 3.16 9.03 -
YUV 48.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 32 49 85 0.62 0.42 0 0.67 220.75 0.45 0.23
Hex 20 31 55 3E 2A 0 43 DD 2D 17
Octal 40 61 125 76 52 0 103 335 55 27
Binary 100000 110001 1010101 111110 101010 0 1000011 11011101 101101 10111

Color Harmonies of #203155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203155

Black with #203155

Text Example


Text Example

White with #203155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203155; }

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

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

background-color css

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

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

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

border-color css

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

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

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