Html Css Color HEX #203D63 Catalina Blue

📋 copy color: '#203D63'

red 32 ◦ green 61 ◦ blue 99

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

Shades of Catalina Blue #203D63

Tints of Catalina Blue #203D63

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.77%

 BLUE value IS 99 (39.06% from 255) = 51.56%

R = 16.67%
G = 31.77%
B = 51.56%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#203D63 (or 0x203D63) is known color: Catalina Blue. HEX triplet: 20, 3D and 63. RGB value is (32,61,99). Sum of RGB (Red+Green+Blue) = 32+61+99=192 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.67% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #203D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203D63 is #DFC29C. Grayscale: #383838. Windows color (decimal): -14664349 or 6503712. OLE color: 6503712.

HSL color Cylindrical-coordinate representation of color #203D63: hue angle of 214.03º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #203D63 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 61 99 -
CMYK 0.68 0.38 0 0.61
HSL 214.03º 0.51% 0.26% -
HSV(B) 214.03º 0.68% 0.39% -
XYZ 4.52 4.55 12.44 -
YUV 56.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 32 61 99 0.68 0.38 0 0.61 214.03 0.51 0.26
Hex 20 3D 63 44 26 0 3D D6 33 1A
Octal 40 75 143 104 46 0 75 326 63 32
Binary 100000 111101 1100011 1000100 100110 0 111101 11010110 110011 11010

Color Harmonies of #203D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203D63

Black with #203D63

Text Example


Text Example

White with #203D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,61,99); }

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

background-color css

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

 a { background-color: rgb(32,61,99); }

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

border-color css

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

 span { border-color: rgb(32,61,99); }

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