#27445F

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

Shades of Regal Blue #27445F

Tints of Regal Blue #27445F

Color information

#27445F (or 0x27445F) is unknown color: approx Regal Blue. HEX triplet: 27, 44 and 5F. RGB value is (39,68,95). Sum of RGB (Red+Green+Blue) = 39+68+95=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #27445F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27445F is #D8BBA0. Grayscale: #3E3E3E. Windows color (decimal): -14203809 or 6243367. OLE color: 6243367.

HSL color Cylindrical-coordinate representation of color #27445F: hue angle of 208.93º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #27445F is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB396895-
CMYK0.590.2800.63
HSL208.93º41.79%26.27%-
HSV(B)208.93º58.95%37.25%-
XYZ4.975.3911.61-
YUV62.41146.39111.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 68 (26.95% from 255) = 33.66%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=19.31%
G=33.66%
B=47.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3968950.590.2800.63208.9341.7926.27
Hex27445F3B1C03Fd12a1a
Octal4710413773340773215232
Binary100111100010010111111110111110001111111101000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27445F; }

 p { color: rgb(39,68,95); }

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

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

 a { background-color: rgb(39,68,95); }

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

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

 span { border-color: rgb(39,68,95); }

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