#274460

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

Shades of Regal Blue #274460

Tints of Regal Blue #274460

Color information

#274460 (or 0x274460) is unknown color: approx Regal Blue. HEX triplet: 27, 44 and 60. RGB value is (39,68,96). Sum of RGB (Red+Green+Blue) = 39+68+96=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #274460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274460 is #D8BB9F. Grayscale: #3E3E3E. Windows color (decimal): -14203808 or 6308903. OLE color: 6308903.

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

Color convert

RGB396896-
CMYK0.590.2900.62
HSL209.47º42.22%26.47%-
HSV(B)209.47º59.38%37.65%-
XYZ5.025.4111.85-
YUV62.52146.89111.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=19.21%
G=33.50%
B=47.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3968960.590.2900.62209.4742.2226.47
Hex2744603B1D03Ed12a1a
Octal4710414073350763215232
Binary100111100010011000001110111110101111101101000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274460; }

 p { color: rgb(39,68,96); }

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

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

 a { background-color: rgb(39,68,96); }

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

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

 span { border-color: rgb(39,68,96); }

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