#273E52

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

Shades of Regal Blue #273E52

Tints of Regal Blue #273E52

Color information

#273E52 (or 0x273E52) is unknown color: approx Regal Blue. HEX triplet: 27, 3E and 52. RGB value is (39,62,82). Sum of RGB (Red+Green+Blue) = 39+62+82=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #273E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273E52 is #D8C1AD. Grayscale: #393939. Windows color (decimal): -14205358 or 5389863. OLE color: 5389863.

HSL color Cylindrical-coordinate representation of color #273E52: hue angle of 207.91º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #273E52 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB396282-
CMYK0.520.2400.68
HSL207.91º35.54%23.73%-
HSV(B)207.91º52.44%32.16%-
XYZ4.084.498.63-
YUV57.4141.88114.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=21.31%
G=33.88%
B=44.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3962820.520.2400.68207.9135.5423.73
Hex273E523418044d02418
Octal4776122643001043204430
Binary100111111110101001011010011000010001001101000010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,62,82); }

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

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

 a { background-color: rgb(39,62,82); }

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

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

 span { border-color: rgb(39,62,82); }

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