#27435D

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

Shades of Regal Blue #27435D

Tints of Regal Blue #27435D

Color information

#27435D (or 0x27435D) is unknown color: approx Regal Blue. HEX triplet: 27, 43 and 5D. RGB value is (39,67,93). Sum of RGB (Red+Green+Blue) = 39+67+93=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #27435D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27435D is #D8BCA2. Grayscale: #3D3D3D. Windows color (decimal): -14204067 or 6112039. OLE color: 6112039.

HSL color Cylindrical-coordinate representation of color #27435D: hue angle of 208.89º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #27435D is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB396793-
CMYK0.580.2800.64
HSL208.89º40.91%25.88%-
HSV(B)208.89º58.06%36.47%-
XYZ4.825.2411.11-
YUV61.59145.72111.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.60%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=19.60%
G=33.67%
B=46.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3967930.580.2800.64208.8940.9125.88
Hex27435D3A1C040d1291a
Octal47103135723401003215132
Binary1001111000011101110111101011100010000001101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27435D; }

 p { color: rgb(39,67,93); }

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

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

 a { background-color: rgb(39,67,93); }

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

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

 span { border-color: rgb(39,67,93); }

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