Html Css Color HEX #204162 Regal Blue

📋 copy color: '#204162'

red 32 ◦ green 65 ◦ blue 98

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

Shades of Regal Blue #204162

Tints of Regal Blue #204162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

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

R = 16.41%
G = 33.33%
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

#204162 (or 0x204162) is known color: Regal Blue. HEX triplet: 20, 41 and 62. RGB value is (32,65,98). Sum of RGB (Red+Green+Blue) = 32+65+98=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #204162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204162 is #DFBE9D. Grayscale: #3A3A3A. Windows color (decimal): -14663326 or 6439200. OLE color: 6439200.

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

Color convert

RGB 32 65 98 -
CMYK 0.67 0.34 0 0.62
HSL 210º 0.51% 0.25% -
HSV(B) 210º 0.67% 0.38% -
XYZ 4.69 4.97 12.27 -
YUV 58.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 32 65 98 0.67 0.34 0 0.62 210 0.51 0.25
Hex 20 41 62 43 22 0 3E D2 33 19
Octal 40 101 142 103 42 0 76 322 63 31
Binary 100000 1000001 1100010 1000011 100010 0 111110 11010010 110011 11001

Color Harmonies of #204162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204162

Black with #204162

Text Example


Text Example

White with #204162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204162; }

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

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

background-color css

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

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

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

border-color css

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

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

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