#254565

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

Shades of Regal Blue #254565

Tints of Regal Blue #254565

Color information

#254565 (or 0x254565) is unknown color: approx Regal Blue. HEX triplet: 25, 45 and 65. RGB value is (37,69,101). Sum of RGB (Red+Green+Blue) = 37+69+101=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #254565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254565 is #DABA9A. Grayscale: #3E3E3E. Windows color (decimal): -14334619 or 6636837. OLE color: 6636837.

HSL color Cylindrical-coordinate representation of color #254565: hue angle of 210º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254565 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3769101-
CMYK0.630.3200.60
HSL210º46.38%27.06%-
HSV(B)210º63.37%39.61%-
XYZ5.245.5913.11-
YUV63.08149.4109.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.87%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=17.87%
G=33.33%
B=48.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37691010.630.3200.6021046.3827.06
Hex2545653F2003Cd22e1b
Octal4510514577400743225633
Binary1001011000101110010111111110000001111001101001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254565; }

 p { color: rgb(37,69,101); }

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

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

 a { background-color: rgb(37,69,101); }

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

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

 span { border-color: rgb(37,69,101); }

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