#254360

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

Shades of Regal Blue #254360

Tints of Regal Blue #254360

Color information

#254360 (or 0x254360) is unknown color: approx Regal Blue. HEX triplet: 25, 43 and 60. RGB value is (37,67,96). Sum of RGB (Red+Green+Blue) = 37+67+96=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #254360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254360 is #DABC9F. Grayscale: #3D3D3D. Windows color (decimal): -14335136 or 6308645. OLE color: 6308645.

HSL color Cylindrical-coordinate representation of color #254360: hue angle of 209.49º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254360 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB376796-
CMYK0.610.3000.62
HSL209.49º44.36%26.08%-
HSV(B)209.49º61.46%37.65%-
XYZ4.885.2511.82-
YUV61.34147.56110.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 96 (37.89% from 255) = 48%
R=18.5%
G=33.5%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3767960.610.3000.62209.4944.3626.08
Hex2543603D1E03Ed12c1a
Octal4510314075360763215432
Binary100101100001111000001111011111001111101101000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254360; }

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

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

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

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

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

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

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

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