Html Css Color HEX #203A5E Catalina Blue

📋 copy color: '#203A5E'

red 32 ◦ green 58 ◦ blue 94

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

Shades of Catalina Blue #203A5E

Tints of Catalina Blue #203A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 94 (37.11% from 255) = 51.09%

R = 17.39%
G = 31.52%
B = 51.09%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#203A5E (or 0x203A5E) is known color: Catalina Blue. HEX triplet: 20, 3A and 5E. RGB value is (32,58,94). Sum of RGB (Red+Green+Blue) = 32+58+94=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #203A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A5E is #DFC5A1. Grayscale: #363636. Windows color (decimal): -14665122 or 6175264. OLE color: 6175264.

HSL color Cylindrical-coordinate representation of color #203A5E: hue angle of 214.84º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #203A5E is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 58 94 -
CMYK 0.66 0.38 0 0.63
HSL 214.84º 0.49% 0.25% -
HSV(B) 214.84º 0.66% 0.37% -
XYZ 4.13 4.14 11.17 -
YUV 54.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 32 58 94 0.66 0.38 0 0.63 214.84 0.49 0.25
Hex 20 3A 5E 42 26 0 3F D7 31 19
Octal 40 72 136 102 46 0 77 327 61 31
Binary 100000 111010 1011110 1000010 100110 0 111111 11010111 110001 11001

Color Harmonies of #203A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203A5E

Black with #203A5E

Text Example


Text Example

White with #203A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,58,94); }

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

background-color css

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

 a { background-color: rgb(32,58,94); }

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

border-color css

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

 span { border-color: rgb(32,58,94); }

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