Html Css Color HEX #203363 Catalina Blue

📋 copy color: '#203363'

red 32 ◦ green 51 ◦ blue 99

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

Shades of Catalina Blue #203363

Tints of Catalina Blue #203363

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.02%

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

R = 17.58%
G = 28.02%
B = 54.4%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#203363 (or 0x203363) is known color: Catalina Blue. HEX triplet: 20, 33 and 63. RGB value is (32,51,99). Sum of RGB (Red+Green+Blue) = 32+51+99=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 51 (20.31% from 255 or 28.02% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #203363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203363 is #DFCC9C. Grayscale: #323232. Windows color (decimal): -14666909 or 6501152. OLE color: 6501152.

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

Color convert

RGB 32 51 99 -
CMYK 0.68 0.48 0 0.61
HSL 222.99º 0.51% 0.26% -
HSV(B) 222.99º 0.68% 0.39% -
XYZ 4.03 3.58 12.28 -
YUV 50.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 32 51 99 0.68 0.48 0 0.61 222.99 0.51 0.26
Hex 20 33 63 44 30 0 3D DF 33 1A
Octal 40 63 143 104 60 0 75 337 63 32
Binary 100000 110011 1100011 1000100 110000 0 111101 11011111 110011 11010

Color Harmonies of #203363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203363

Black with #203363

Text Example


Text Example

White with #203363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203363; }

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

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

background-color css

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

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

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

border-color css

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

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

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