Html Css Color HEX #204061 Regal Blue

📋 copy color: '#204061'

red 32 ◦ green 64 ◦ blue 97

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

Shades of Regal Blue #204061

Tints of Regal Blue #204061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 97 (38.28% from 255) = 50.26%

R = 16.58%
G = 33.16%
B = 50.26%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204061 (or 0x204061) is known color: Regal Blue. HEX triplet: 20, 40 and 61. RGB value is (32,64,97). Sum of RGB (Red+Green+Blue) = 32+64+97=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #204061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204061 is #DFBF9E. Grayscale: #3A3A3A. Windows color (decimal): -14663583 or 6373408. OLE color: 6373408.

HSL color Cylindrical-coordinate representation of color #204061: hue angle of 210.46º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204061 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 64 97 -
CMYK 0.67 0.34 0 0.62
HSL 210.46º 0.5% 0.25% -
HSV(B) 210.46º 0.67% 0.38% -
XYZ 4.59 4.84 12 -
YUV 58.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 32 64 97 0.67 0.34 0 0.62 210.46 0.5 0.25
Hex 20 40 61 43 22 0 3E D2 32 19
Octal 40 100 141 103 42 0 76 322 62 31
Binary 100000 1000000 1100001 1000011 100010 0 111110 11010010 110010 11001

Color Harmonies of #204061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204061

Black with #204061

Text Example


Text Example

White with #204061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204061; }

 p { color: rgb(32,64,97); }

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

background-color css

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

 a { background-color: rgb(32,64,97); }

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

border-color css

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

 span { border-color: rgb(32,64,97); }

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