#204460

Color #204460 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #204460

Tints of Regal Blue #204460

Color information

#204460 (or 0x204460) is unknown color: approx Regal Blue. HEX triplet: 20, 44 and 60. RGB value is (32,68,96). Sum of RGB (Red+Green+Blue) = 32+68+96=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #204460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204460 is #DFBB9F. Grayscale: #3C3C3C. Windows color (decimal): -14662560 or 6308896. OLE color: 6308896.

HSL color Cylindrical-coordinate representation of color #204460: hue angle of 206.25º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204460 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB326896-
CMYK0.670.2900.62
HSL206.25º50%25.1%-
HSV(B)206.25º66.67%37.65%-
XYZ4.775.2911.83-
YUV60.43148.07107.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 96 (37.89% from 255) = 48.98%
R=16.33%
G=34.69%
B=48.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3268960.670.2900.62206.255025.1
Hex204460431D03Ece3219
Octal40104140103350763166231
Binary1000001000100110000010000111110101111101100111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204460; }

 p { color: rgb(32,68,96); }

 H1.HeaderClassName
 {
   color: #204460;
 }
 .AnyTagClassName
 {
   color: #204460;
 }
</style>
background-color css

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

 a { background-color: rgb(32,68,96); }

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

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

 span { border-color: rgb(32,68,96); }

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