Html Css Color HEX #203B5C Catalina Blue

📋 copy color: '#203B5C'

red 32 ◦ green 59 ◦ blue 92

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

Shades of Catalina Blue #203B5C

Tints of Catalina Blue #203B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.24%

 BLUE value IS 92 (36.33% from 255) = 50.27%

R = 17.49%
G = 32.24%
B = 50.27%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#203B5C (or 0x203B5C) is known color: Catalina Blue. HEX triplet: 20, 3B and 5C. RGB value is (32,59,92). Sum of RGB (Red+Green+Blue) = 32+59+92=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #203B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B5C is #DFC4A3. Grayscale: #363636. Windows color (decimal): -14664868 or 6044448. OLE color: 6044448.

HSL color Cylindrical-coordinate representation of color #203B5C: hue angle of 213º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #203B5C is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 32 59 92 -
CMYK 0.65 0.36 0 0.64
HSL 213º 0.48% 0.24% -
HSV(B) 213º 0.65% 0.36% -
XYZ 4.09 4.21 10.72 -
YUV 54.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 32 59 92 0.65 0.36 0 0.64 213 0.48 0.24
Hex 20 3B 5C 41 24 0 40 D5 30 18
Octal 40 73 134 101 44 0 100 325 60 30
Binary 100000 111011 1011100 1000001 100100 0 1000000 11010101 110000 11000

Color Harmonies of #203B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B5C

Black with #203B5C

Text Example


Text Example

White with #203B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203B5C; }

 p { color: rgb(32,59,92); }

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

background-color css

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

 a { background-color: rgb(32,59,92); }

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

border-color css

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

 span { border-color: rgb(32,59,92); }

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