Html Css Color HEX #203655 Catalina Blue

📋 copy color: '#203655'

red 32 ◦ green 54 ◦ blue 85

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

Shades of Catalina Blue #203655

Tints of Catalina Blue #203655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.58%

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

R = 18.71%
G = 31.58%
B = 49.71%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203655 (or 0x203655) is known color: Catalina Blue. HEX triplet: 20, 36 and 55. RGB value is (32,54,85). Sum of RGB (Red+Green+Blue) = 32+54+85=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #203655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203655 is #DFC9AA. Grayscale: #323232. Windows color (decimal): -14666155 or 5584416. OLE color: 5584416.

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

Color convert

RGB 32 54 85 -
CMYK 0.62 0.36 0 0.67
HSL 215.09º 0.45% 0.23% -
HSV(B) 215.09º 0.62% 0.33% -
XYZ 3.55 3.6 9.1 -
YUV 50.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 32 54 85 0.62 0.36 0 0.67 215.09 0.45 0.23
Hex 20 36 55 3E 24 0 43 D7 2D 17
Octal 40 66 125 76 44 0 103 327 55 27
Binary 100000 110110 1010101 111110 100100 0 1000011 11010111 101101 10111

Color Harmonies of #203655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203655

Black with #203655

Text Example


Text Example

White with #203655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203655; }

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

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

background-color css

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

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

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

border-color css

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

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

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