#274259

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

Shades of Regal Blue #274259

Tints of Regal Blue #274259

Color information

#274259 (or 0x274259) is unknown color: approx Regal Blue. HEX triplet: 27, 42 and 59. RGB value is (39,66,89). Sum of RGB (Red+Green+Blue) = 39+66+89=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #274259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274259 is #D8BDA6. Grayscale: #3C3C3C. Windows color (decimal): -14204327 or 5849639. OLE color: 5849639.

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

Color convert

RGB396689-
CMYK0.560.2600.65
HSL207.6º39.06%25.1%-
HSV(B)207.6º56.18%34.9%-
XYZ4.595.0510.18-
YUV60.55144.05112.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=20.10%
G=34.02%
B=45.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3966890.560.2600.65207.639.0625.1
Hex274259381A041d02719
Octal47102131703201013204731
Binary1001111000010101100111100011010010000011101000010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274259; }

 p { color: rgb(39,66,89); }

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

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

 a { background-color: rgb(39,66,89); }

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

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

 span { border-color: rgb(39,66,89); }

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