Html Css Color HEX #204057 Regal Blue

📋 copy color: '#204057'

red 32 ◦ green 64 ◦ blue 87

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

Shades of Regal Blue #204057

Tints of Regal Blue #204057

RGB

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

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

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

R = 17.49%
G = 34.97%
B = 47.54%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#204057 (or 0x204057) is known color: Regal Blue. HEX triplet: 20, 40 and 57. RGB value is (32,64,87). Sum of RGB (Red+Green+Blue) = 32+64+87=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #204057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204057 is #DFBFA8. Grayscale: #383838. Windows color (decimal): -14663593 or 5718048. OLE color: 5718048.

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

Color convert

RGB 32 64 87 -
CMYK 0.63 0.26 0 0.66
HSL 205.09º 0.46% 0.23% -
HSV(B) 205.09º 0.63% 0.34% -
XYZ 4.15 4.66 9.7 -
YUV 57.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 32 64 87 0.63 0.26 0 0.66 205.09 0.46 0.23
Hex 20 40 57 3F 1A 0 42 CD 2E 17
Octal 40 100 127 77 32 0 102 315 56 27
Binary 100000 1000000 1010111 111111 11010 0 1000010 11001101 101110 10111

Color Harmonies of #204057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204057

Black with #204057

Text Example


Text Example

White with #204057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204057; }

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

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

background-color css

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

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

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

border-color css

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

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

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