#274057

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

Shades of Regal Blue #274057

Tints of Regal Blue #274057

Color information

#274057 (or 0x274057) is unknown color: approx Regal Blue. HEX triplet: 27, 40 and 57. RGB value is (39,64,87). Sum of RGB (Red+Green+Blue) = 39+64+87=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #274057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274057 is #D8BFA8. Grayscale: #3B3B3B. Windows color (decimal): -14204841 or 5718055. OLE color: 5718055.

HSL color Cylindrical-coordinate representation of color #274057: hue angle of 208.75º 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 #274057 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB396487-
CMYK0.550.2600.66
HSL208.75º38.1%24.71%-
HSV(B)208.75º55.17%34.12%-
XYZ4.394.799.71-
YUV59.15143.72113.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=20.53%
G=33.68%
B=45.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3964870.550.2600.66208.7538.124.71
Hex274057371A042d12619
Octal47100127673201023214631
Binary1001111000000101011111011111010010000101101000110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274057; }

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

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

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

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

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

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

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

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