Html Css Color HEX #203A5F Catalina Blue

📋 copy color: '#203A5F'

red 32 ◦ green 58 ◦ blue 95

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

Shades of Catalina Blue #203A5F

Tints of Catalina Blue #203A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 17.3%
G = 31.35%
B = 51.35%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#203A5F (or 0x203A5F) is known color: Catalina Blue. HEX triplet: 20, 3A and 5F. RGB value is (32,58,95). Sum of RGB (Red+Green+Blue) = 32+58+95=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #203A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203A5F is #DFC5A0. Grayscale: #363636. Windows color (decimal): -14665121 or 6240800. OLE color: 6240800.

HSL color Cylindrical-coordinate representation of color #203A5F: hue angle of 215.24º degrees, saturation: 0.5, 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 #203A5F is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 32 58 95 -
CMYK 0.66 0.39 0 0.63
HSL 215.24º 0.5% 0.25% -
HSV(B) 215.24º 0.66% 0.37% -
XYZ 4.17 4.16 11.41 -
YUV 54.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 32 58 95 0.66 0.39 0 0.63 215.24 0.5 0.25
Hex 20 3A 5F 42 27 0 3F D7 32 19
Octal 40 72 137 102 47 0 77 327 62 31
Binary 100000 111010 1011111 1000010 100111 0 111111 11010111 110010 11001

Color Harmonies of #203A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203A5F

Black with #203A5F

Text Example


Text Example

White with #203A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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