#273F55

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

Shades of Regal Blue #273F55

Tints of Regal Blue #273F55

Color information

#273F55 (or 0x273F55) is unknown color: approx Regal Blue. HEX triplet: 27, 3F and 55. RGB value is (39,63,85). Sum of RGB (Red+Green+Blue) = 39+63+85=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #273F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F55 is #D8C0AA. Grayscale: #3A3A3A. Windows color (decimal): -14205099 or 5586727. OLE color: 5586727.

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

Color convert

RGB396385-
CMYK0.540.2600.67
HSL208.7º37.1%24.31%-
HSV(B)208.7º54.12%33.33%-
XYZ4.254.649.27-
YUV58.33143.05114.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 85 (33.59% from 255) = 45.45%
R=20.86%
G=33.69%
B=45.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3963850.540.2600.67208.737.124.31
Hex273F55361A043d12518
Octal4777125663201033214530
Binary100111111111101010111011011010010000111101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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