#27627E

Color #27627E Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #27627E

Tints of Orient #27627E

Color information

#27627E (or 0x27627E) is unknown color: approx Orient. HEX triplet: 27, 62 and 7E. RGB value is (39,98,126). Sum of RGB (Red+Green+Blue) = 39+98+126=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 126 - color contains mainly: blue. Hex color #27627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27627E is #D89D81. Grayscale: #535353. Windows color (decimal): -14196098 or 8282663. OLE color: 8282663.

HSL color Cylindrical-coordinate representation of color #27627E: hue angle of 199.31º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27627E is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3998126-
CMYK0.690.2200.51
HSL199.31º52.73%32.35%-
HSV(B)199.31º69.05%49.41%-
XYZ8.9710.6721.33-
YUV83.55151.9596.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 126 (49.61% from 255) = 47.91%
R=14.83%
G=37.26%
B=47.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39981260.690.2200.51199.3152.7332.35
Hex27627E4516033c73520
Octal47142176105260633076540
Binary10011111000101111110100010110110011001111000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27627E; }

 p { color: rgb(39,98,126); }

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

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

 a { background-color: rgb(39,98,126); }

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

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

 span { border-color: rgb(39,98,126); }

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