Html Css Color HEX #204156 Regal Blue

📋 copy color: '#204156'

red 32 ◦ green 65 ◦ blue 86

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

Shades of Regal Blue #204156

Tints of Regal Blue #204156

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 46.99%

R = 17.49%
G = 35.52%
B = 46.99%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204156 (or 0x204156) is known color: Regal Blue. HEX triplet: 20, 41 and 56. RGB value is (32,65,86). Sum of RGB (Red+Green+Blue) = 32+65+86=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 86 (33.98% from 255 or 46.99% from 183); Max value from RGB is 86 - color contains mainly: blue. Hex color #204156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204156 is #DFBEA9. Grayscale: #393939. Windows color (decimal): -14663338 or 5652768. OLE color: 5652768.

HSL color Cylindrical-coordinate representation of color #204156: hue angle of 203.33º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #204156 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 65 86 -
CMYK 0.63 0.24 0 0.66
HSL 203.33º 0.46% 0.23% -
HSV(B) 203.33º 0.63% 0.34% -
XYZ 4.17 4.76 9.5 -
YUV 57.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 32 65 86 0.63 0.24 0 0.66 203.33 0.46 0.23
Hex 20 41 56 3F 18 0 42 CB 2E 17
Octal 40 101 126 77 30 0 102 313 56 27
Binary 100000 1000001 1010110 111111 11000 0 1000010 11001011 101110 10111

Color Harmonies of #204156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204156

Black with #204156

Text Example


Text Example

White with #204156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204156; }

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

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

background-color css

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

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

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

border-color css

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

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

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