Html Css Color HEX #204157 Regal Blue

📋 copy color: '#204157'

red 32 ◦ green 65 ◦ blue 87

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

Shades of Regal Blue #204157

Tints of Regal Blue #204157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 47.28%

R = 17.39%
G = 35.33%
B = 47.28%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204157 (or 0x204157) is known color: Regal Blue. HEX triplet: 20, 41 and 57. RGB value is (32,65,87). Sum of RGB (Red+Green+Blue) = 32+65+87=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #204157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204157 is #DFBEA8. Grayscale: #393939. Windows color (decimal): -14663337 or 5718304. OLE color: 5718304.

HSL color Cylindrical-coordinate representation of color #204157: hue angle of 204º 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 #204157 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 32 65 87 -
CMYK 0.63 0.25 0 0.66
HSL 204º 0.46% 0.23% -
HSV(B) 204º 0.63% 0.34% -
XYZ 4.21 4.78 9.72 -
YUV 57.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 32 65 87 0.63 0.25 0 0.66 204 0.46 0.23
Hex 20 41 57 3F 19 0 42 CC 2E 17
Octal 40 101 127 77 31 0 102 314 56 27
Binary 100000 1000001 1010111 111111 11001 0 1000010 11001100 101110 10111

Color Harmonies of #204157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204157

Black with #204157

Text Example


Text Example

White with #204157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204157; }

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

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

background-color css

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

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

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

border-color css

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

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

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