#273F54

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

Shades of Regal Blue #273F54

Tints of Regal Blue #273F54

Color information

#273F54 (or 0x273F54) is unknown color: approx Regal Blue. HEX triplet: 27, 3F and 54. RGB value is (39,63,84). Sum of RGB (Red+Green+Blue) = 39+63+84=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #273F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F54 is #D8C0AB. Grayscale: #3A3A3A. Windows color (decimal): -14205100 or 5521191. OLE color: 5521191.

HSL color Cylindrical-coordinate representation of color #273F54: hue angle of 208º 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 #273F54 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB396384-
CMYK0.540.2500.67
HSL208º36.59%24.12%-
HSV(B)208º53.57%32.94%-
XYZ4.214.639.06-
YUV58.22142.55114.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 63 (25% from 255) = 33.87%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=20.97%
G=33.87%
B=45.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3963840.540.2500.6720836.5924.12
Hex273F543619043d02518
Octal4777124663101033204530
Binary100111111111101010011011011001010000111101000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273F54; }

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

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

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

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

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

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

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

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