#274054

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

Shades of Regal Blue #274054

Tints of Regal Blue #274054

Color information

#274054 (or 0x274054) is unknown color: approx Regal Blue. HEX triplet: 27, 40 and 54. RGB value is (39,64,84). Sum of RGB (Red+Green+Blue) = 39+64+84=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #274054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274054 is #D8BFAB. Grayscale: #3A3A3A. Windows color (decimal): -14204844 or 5521447. OLE color: 5521447.

HSL color Cylindrical-coordinate representation of color #274054: hue angle of 206.67º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #274054 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB396484-
CMYK0.540.2400.67
HSL206.67º36.59%24.12%-
HSV(B)206.67º53.57%32.94%-
XYZ4.274.749.08-
YUV58.8142.22113.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=20.86%
G=34.22%
B=44.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3964840.540.2400.67206.6736.5924.12
Hex2740543618043cf2518
Octal47100124663001033174530
Binary1001111000000101010011011011000010000111100111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274054; }

 p { color: rgb(39,64,84); }

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

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

 a { background-color: rgb(39,64,84); }

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

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

 span { border-color: rgb(39,64,84); }

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