Html Css Color HEX #204263 Regal Blue

📋 copy color: '#204263'

red 32 ◦ green 66 ◦ blue 99

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

Shades of Regal Blue #204263

Tints of Regal Blue #204263

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

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

R = 16.24%
G = 33.5%
B = 50.25%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#204263 (or 0x204263) is known color: Regal Blue. HEX triplet: 20, 42 and 63. RGB value is (32,66,99). Sum of RGB (Red+Green+Blue) = 32+66+99=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #204263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204263 is #DFBD9C. Grayscale: #3B3B3B. Windows color (decimal): -14663069 or 6504992. OLE color: 6504992.

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

Color convert

RGB 32 66 99 -
CMYK 0.68 0.33 0 0.61
HSL 209.55º 0.51% 0.26% -
HSV(B) 209.55º 0.68% 0.39% -
XYZ 4.8 5.1 12.54 -
YUV 59.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 32 66 99 0.68 0.33 0 0.61 209.55 0.51 0.26
Hex 20 42 63 44 21 0 3D D2 33 1A
Octal 40 102 143 104 41 0 75 322 63 32
Binary 100000 1000010 1100011 1000100 100001 0 111101 11010010 110011 11010

Color Harmonies of #204263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204263

Black with #204263

Text Example


Text Example

White with #204263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204263; }

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

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

background-color css

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

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

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

border-color css

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

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

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