Html Css Color HEX #203253 Catalina Blue

📋 copy color: '#203253'

red 32 ◦ green 50 ◦ blue 83

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

Shades of Catalina Blue #203253

Tints of Catalina Blue #203253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 83 (32.81% from 255) = 50.3%

R = 19.39%
G = 30.3%
B = 50.3%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#203253 (or 0x203253) is known color: Catalina Blue. HEX triplet: 20, 32 and 53. RGB value is (32,50,83). Sum of RGB (Red+Green+Blue) = 32+50+83=165 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.39% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #203253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203253 is #DFCDAC. Grayscale: #303030. Windows color (decimal): -14667181 or 5452320. OLE color: 5452320.

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

Color convert

RGB 32 50 83 -
CMYK 0.61 0.40 0 0.67
HSL 218.82º 0.44% 0.23% -
HSV(B) 218.82º 0.61% 0.33% -
XYZ 3.3 3.21 8.63 -
YUV 48.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 32 50 83 0.61 0.40 0 0.67 218.82 0.44 0.23
Hex 20 32 53 3D 28 0 43 DB 2C 17
Octal 40 62 123 75 50 0 103 333 54 27
Binary 100000 110010 1010011 111101 101000 0 1000011 11011011 101100 10111

Color Harmonies of #203253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203253

Black with #203253

Text Example


Text Example

White with #203253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203253; }

 p { color: rgb(32,50,83); }

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

background-color css

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

 a { background-color: rgb(32,50,83); }

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

border-color css

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

 span { border-color: rgb(32,50,83); }

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