#27627D

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

Shades of Orient #27627D

Tints of Orient #27627D

Color information

#27627D (or 0x27627D) is unknown color: approx Orient. HEX triplet: 27, 62 and 7D. RGB value is (39,98,125). Sum of RGB (Red+Green+Blue) = 39+98+125=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #27627D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27627D is #D89D82. Grayscale: #535353. Windows color (decimal): -14196099 or 8217127. OLE color: 8217127.

HSL color Cylindrical-coordinate representation of color #27627D: hue angle of 198.84º degrees, saturation: 0.52, 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 #27627D is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3998125-
CMYK0.690.2200.51
HSL198.84º52.44%32.16%-
HSV(B)198.84º68.8%49.02%-
XYZ8.9110.6520.99-
YUV83.44151.4596.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 98 (38.67% from 255) = 37.40%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=14.89%
G=37.40%
B=47.71%

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
Decimal39981250.690.2200.51198.8452.4432.16
Hex27627D4516033c73420
Octal47142175105260633076440
Binary10011111000101111101100010110110011001111000111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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