#254359

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

Shades of Regal Blue #254359

Tints of Regal Blue #254359

Color information

#254359 (or 0x254359) is unknown color: approx Regal Blue. HEX triplet: 25, 43 and 59. RGB value is (37,67,89). Sum of RGB (Red+Green+Blue) = 37+67+89=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #254359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254359 is #DABCA6. Grayscale: #3C3C3C. Windows color (decimal): -14335143 or 5849893. OLE color: 5849893.

HSL color Cylindrical-coordinate representation of color #254359: hue angle of 205.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #254359 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB376789-
CMYK0.580.2500.65
HSL205.38º41.27%24.71%-
HSV(B)205.38º58.43%34.9%-
XYZ4.575.1310.2-
YUV60.54144.06111.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.17%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=19.17%
G=34.72%
B=46.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3767890.580.2500.65205.3841.2724.71
Hex2543593A19041cd2919
Octal45103131723101013155131
Binary1001011000011101100111101011001010000011100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254359; }

 p { color: rgb(37,67,89); }

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

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

 a { background-color: rgb(37,67,89); }

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

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

 span { border-color: rgb(37,67,89); }

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