#254256

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

Shades of Regal Blue #254256

Tints of Regal Blue #254256

Color information

#254256 (or 0x254256) is unknown color: approx Regal Blue. HEX triplet: 25, 42 and 56. RGB value is (37,66,86). Sum of RGB (Red+Green+Blue) = 37+66+86=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 86 (33.98% from 255 or 45.50% from 189); Max value from RGB is 86 - color contains mainly: blue. Hex color #254256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254256 is #DABDA9. Grayscale: #3B3B3B. Windows color (decimal): -14335402 or 5653029. OLE color: 5653029.

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

Color convert

RGB376686-
CMYK0.570.2300.66
HSL204.49º39.84%24.12%-
HSV(B)204.49º56.98%33.73%-
XYZ4.394.969.53-
YUV59.61142.89111.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 86 (33.98% from 255) = 45.50%
R=19.58%
G=34.92%
B=45.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3766860.570.2300.66204.4939.8424.12
Hex2542563917042cc2818
Octal45102126712701023145030
Binary1001011000010101011011100110111010000101100110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254256; }

 p { color: rgb(37,66,86); }

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

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

 a { background-color: rgb(37,66,86); }

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

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

 span { border-color: rgb(37,66,86); }

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