Html Css Color HEX #203455 Catalina Blue

📋 copy color: '#203455'

red 32 ◦ green 52 ◦ blue 85

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

Shades of Catalina Blue #203455

Tints of Catalina Blue #203455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

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

R = 18.93%
G = 30.77%
B = 50.3%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203455 (or 0x203455) is known color: Catalina Blue. HEX triplet: 20, 34 and 55. RGB value is (32,52,85). Sum of RGB (Red+Green+Blue) = 32+52+85=169 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.93% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #203455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203455 is #DFCBAA. Grayscale: #313131. Windows color (decimal): -14666667 or 5583904. OLE color: 5583904.

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

Color convert

RGB 32 52 85 -
CMYK 0.62 0.39 0 0.67
HSL 217.36º 0.45% 0.23% -
HSV(B) 217.36º 0.62% 0.33% -
XYZ 3.46 3.42 9.07 -
YUV 49.78 147.87 115.32 -
System Red Green Blue C M Y K H S L
Decimal 32 52 85 0.62 0.39 0 0.67 217.36 0.45 0.23
Hex 20 34 55 3E 27 0 43 D9 2D 17
Octal 40 64 125 76 47 0 103 331 55 27
Binary 100000 110100 1010101 111110 100111 0 1000011 11011001 101101 10111

Color Harmonies of #203455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203455

Black with #203455

Text Example


Text Example

White with #203455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203455; }

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

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

background-color css

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

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

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

border-color css

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

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

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