Html Css Color HEX #204164 Regal Blue

📋 copy color: '#204164'

red 32 ◦ green 65 ◦ blue 100

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

Shades of Regal Blue #204164

Tints of Regal Blue #204164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 50.76%

R = 16.24%
G = 32.99%
B = 50.76%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#204164 (or 0x204164) is known color: Regal Blue. HEX triplet: 20, 41 and 64. RGB value is (32,65,100). Sum of RGB (Red+Green+Blue) = 32+65+100=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 100 (39.45% from 255 or 50.76% from 197); Max value from RGB is 100 - color contains mainly: blue. Hex color #204164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204164 is #DFBE9B. Grayscale: #3A3A3A. Windows color (decimal): -14663324 or 6570272. OLE color: 6570272.

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

Color convert

RGB 32 65 100 -
CMYK 0.68 0.35 0 0.61
HSL 210.88º 0.52% 0.26% -
HSV(B) 210.88º 0.68% 0.39% -
XYZ 4.79 5.01 12.77 -
YUV 59.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 32 65 100 0.68 0.35 0 0.61 210.88 0.52 0.26
Hex 20 41 64 44 23 0 3D D3 34 1A
Octal 40 101 144 104 43 0 75 323 64 32
Binary 100000 1000001 1100100 1000100 100011 0 111101 11010011 110100 11010

Color Harmonies of #204164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204164

Black with #204164

Text Example


Text Example

White with #204164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204164; }

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

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

background-color css

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

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

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

border-color css

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

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

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