Html Css Color HEX #203963 Catalina Blue

📋 copy color: '#203963'

red 32 ◦ green 57 ◦ blue 99

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

Shades of Catalina Blue #203963

Tints of Catalina Blue #203963

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.32%

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

R = 17.02%
G = 30.32%
B = 52.66%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#203963 (or 0x203963) is known color: Catalina Blue. HEX triplet: 20, 39 and 63. RGB value is (32,57,99). Sum of RGB (Red+Green+Blue) = 32+57+99=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 99 (39.06% from 255 or 52.66% from 188); Max value from RGB is 99 - color contains mainly: blue. Hex color #203963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203963 is #DFC69C. Grayscale: #363636. Windows color (decimal): -14665373 or 6502688. OLE color: 6502688.

HSL color Cylindrical-coordinate representation of color #203963: hue angle of 217.61º 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 #203963 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 57 99 -
CMYK 0.68 0.42 0 0.61
HSL 217.61º 0.51% 0.26% -
HSV(B) 217.61º 0.68% 0.39% -
XYZ 4.31 4.13 12.38 -
YUV 54.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 32 57 99 0.68 0.42 0 0.61 217.61 0.51 0.26
Hex 20 39 63 44 2A 0 3D DA 33 1A
Octal 40 71 143 104 52 0 75 332 63 32
Binary 100000 111001 1100011 1000100 101010 0 111101 11011010 110011 11010

Color Harmonies of #203963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203963

Black with #203963

Text Example


Text Example

White with #203963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203963; }

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

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

background-color css

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

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

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

border-color css

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

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

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