Html Css Color HEX #204058 Regal Blue

📋 copy color: '#204058'

red 32 ◦ green 64 ◦ blue 88

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

Shades of Regal Blue #204058

Tints of Regal Blue #204058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 47.83%

R = 17.39%
G = 34.78%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204058 (or 0x204058) is known color: Regal Blue. HEX triplet: 20, 40 and 58. RGB value is (32,64,88). Sum of RGB (Red+Green+Blue) = 32+64+88=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #204058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204058 is #DFBFA7. Grayscale: #393939. Windows color (decimal): -14663592 or 5783584. OLE color: 5783584.

HSL color Cylindrical-coordinate representation of color #204058: hue angle of 205.71º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204058 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 64 88 -
CMYK 0.64 0.27 0 0.65
HSL 205.71º 0.47% 0.24% -
HSV(B) 205.71º 0.64% 0.35% -
XYZ 4.19 4.68 9.91 -
YUV 57.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 32 64 88 0.64 0.27 0 0.65 205.71 0.47 0.24
Hex 20 40 58 40 1B 0 41 CE 2F 18
Octal 40 100 130 100 33 0 101 316 57 30
Binary 100000 1000000 1011000 1000000 11011 0 1000001 11001110 101111 11000

Color Harmonies of #204058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204058

Black with #204058

Text Example


Text Example

White with #204058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204058; }

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

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

background-color css

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

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

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

border-color css

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

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

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