#254055

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

Shades of Regal Blue #254055

Tints of Regal Blue #254055

Color information

#254055 (or 0x254055) is unknown color: approx Regal Blue. HEX triplet: 25, 40 and 55. RGB value is (37,64,85). Sum of RGB (Red+Green+Blue) = 37+64+85=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #254055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254055 is #DABFAA. Grayscale: #3A3A3A. Windows color (decimal): -14335915 or 5586981. OLE color: 5586981.

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

Color convert

RGB376485-
CMYK0.560.2500.67
HSL206.25º39.34%23.92%-
HSV(B)206.25º56.47%33.33%-
XYZ4.244.729.28-
YUV58.32143.05112.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 85 (33.59% from 255) = 45.70%
R=19.89%
G=34.41%
B=45.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3764850.560.2500.67206.2539.3423.92
Hex2540553819043ce2718
Octal45100125703101033164730
Binary1001011000000101010111100011001010000111100111010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254055; }

 p { color: rgb(37,64,85); }

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

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

 a { background-color: rgb(37,64,85); }

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

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

 span { border-color: rgb(37,64,85); }

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