#284258

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

Shades of Regal Blue #284258

Tints of Regal Blue #284258

Color information

#284258 (or 0x284258) is unknown color: approx Regal Blue. HEX triplet: 28, 42 and 58. RGB value is (40,66,88). Sum of RGB (Red+Green+Blue) = 40+66+88=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #284258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284258 is #D7BDA7. Grayscale: #3C3C3C. Windows color (decimal): -14138792 or 5784104. OLE color: 5784104.

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

Color convert

RGB406688-
CMYK0.550.2500.65
HSL207.5º37.5%25.1%-
HSV(B)207.5º54.55%34.51%-
XYZ4.585.059.97-
YUV60.73143.39113.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.62%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=20.62%
G=34.02%
B=45.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4066880.550.2500.65207.537.525.1
Hex2842583719041d02519
Octal50102130673101013204531
Binary1010001000010101100011011111001010000011101000010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284258; }

 p { color: rgb(40,66,88); }

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

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

 a { background-color: rgb(40,66,88); }

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

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

 span { border-color: rgb(40,66,88); }

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