#274156

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

Shades of Regal Blue #274156

Tints of Regal Blue #274156

Color information

#274156 (or 0x274156) is unknown color: approx Regal Blue. HEX triplet: 27, 41 and 56. RGB value is (39,65,86). Sum of RGB (Red+Green+Blue) = 39+65+86=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #274156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274156 is #D8BEA9. Grayscale: #3B3B3B. Windows color (decimal): -14204586 or 5652775. OLE color: 5652775.

HSL color Cylindrical-coordinate representation of color #274156: hue angle of 206.81º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #274156 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB396586-
CMYK0.550.2400.66
HSL206.81º37.6%24.51%-
HSV(B)206.81º54.65%33.73%-
XYZ4.414.889.51-
YUV59.62142.89113.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=20.53%
G=34.21%
B=45.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3965860.550.2400.66206.8137.624.51
Hex2741563718042cf2619
Octal47101126673001023174631
Binary1001111000001101011011011111000010000101100111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274156; }

 p { color: rgb(39,65,86); }

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

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

 a { background-color: rgb(39,65,86); }

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

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

 span { border-color: rgb(39,65,86); }

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