Html Css Color HEX #204062 Regal Blue

📋 copy color: '#204062'

red 32 ◦ green 64 ◦ blue 98

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

Shades of Regal Blue #204062

Tints of Regal Blue #204062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 16.49%
G = 32.99%
B = 50.52%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204062 (or 0x204062) is known color: Regal Blue. HEX triplet: 20, 40 and 62. RGB value is (32,64,98). Sum of RGB (Red+Green+Blue) = 32+64+98=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #204062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204062 is #DFBF9D. Grayscale: #3A3A3A. Windows color (decimal): -14663582 or 6438944. OLE color: 6438944.

HSL color Cylindrical-coordinate representation of color #204062: hue angle of 210.91º degrees, saturation: 0.51, 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 #204062 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 64 98 -
CMYK 0.67 0.35 0 0.62
HSL 210.91º 0.51% 0.25% -
HSV(B) 210.91º 0.67% 0.38% -
XYZ 4.63 4.86 12.25 -
YUV 58.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 32 64 98 0.67 0.35 0 0.62 210.91 0.51 0.25
Hex 20 40 62 43 23 0 3E D3 33 19
Octal 40 100 142 103 43 0 76 323 63 31
Binary 100000 1000000 1100010 1000011 100011 0 111110 11010011 110011 11001

Color Harmonies of #204062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204062

Black with #204062

Text Example


Text Example

White with #204062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204062; }

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

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

background-color css

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

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

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

border-color css

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

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

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