Html Css Color HEX #204158 Regal Blue

📋 copy color: '#204158'

red 32 ◦ green 65 ◦ blue 88

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

Shades of Regal Blue #204158

Tints of Regal Blue #204158

RGB

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

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

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

R = 17.3%
G = 35.14%
B = 47.57%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204158 (or 0x204158) is known color: Regal Blue. HEX triplet: 20, 41 and 58. RGB value is (32,65,88). Sum of RGB (Red+Green+Blue) = 32+65+88=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #204158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204158 is #DFBEA7. Grayscale: #393939. Windows color (decimal): -14663336 or 5783840. OLE color: 5783840.

HSL color Cylindrical-coordinate representation of color #204158: hue angle of 204.64º 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 #204158 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 32 65 88 -
CMYK 0.64 0.26 0 0.65
HSL 204.64º 0.47% 0.24% -
HSV(B) 204.64º 0.64% 0.35% -
XYZ 4.25 4.79 9.93 -
YUV 57.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 32 65 88 0.64 0.26 0 0.65 204.64 0.47 0.24
Hex 20 41 58 40 1A 0 41 CD 2F 18
Octal 40 101 130 100 32 0 101 315 57 30
Binary 100000 1000001 1011000 1000000 11010 0 1000001 11001101 101111 11000

Color Harmonies of #204158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204158

Black with #204158

Text Example


Text Example

White with #204158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204158; }

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

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

background-color css

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

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

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

border-color css

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

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

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