Html Css Color HEX #204259 Regal Blue

📋 copy color: '#204259'

red 32 ◦ green 66 ◦ blue 89

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

Shades of Regal Blue #204259

Tints of Regal Blue #204259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 89 (35.16% from 255) = 47.59%

R = 17.11%
G = 35.29%
B = 47.59%

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

#204259 (or 0x204259) is known color: Regal Blue. HEX triplet: 20, 42 and 59. RGB value is (32,66,89). Sum of RGB (Red+Green+Blue) = 32+66+89=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #204259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204259 is #DFBDA6. Grayscale: #3A3A3A. Windows color (decimal): -14663079 or 5849632. OLE color: 5849632.

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

Color convert

RGB 32 66 89 -
CMYK 0.64 0.26 0 0.65
HSL 204.21º 0.47% 0.24% -
HSV(B) 204.21º 0.64% 0.35% -
XYZ 4.35 4.92 10.17 -
YUV 58.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 32 66 89 0.64 0.26 0 0.65 204.21 0.47 0.24
Hex 20 42 59 40 1A 0 41 CC 2F 18
Octal 40 102 131 100 32 0 101 314 57 30
Binary 100000 1000010 1011001 1000000 11010 0 1000001 11001100 101111 11000

Color Harmonies of #204259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204259

Black with #204259

Text Example


Text Example

White with #204259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204259; }

 p { color: rgb(32,66,89); }

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

background-color css

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

 a { background-color: rgb(32,66,89); }

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

border-color css

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

 span { border-color: rgb(32,66,89); }

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