#27627A

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

Shades of Orient #27627A

Tints of Orient #27627A

Color information

#27627A (or 0x27627A) is unknown color: approx Orient. HEX triplet: 27, 62 and 7A. RGB value is (39,98,122). Sum of RGB (Red+Green+Blue) = 39+98+122=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #27627A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27627A is #D89D85. Grayscale: #525252. Windows color (decimal): -14196102 or 8020519. OLE color: 8020519.

HSL color Cylindrical-coordinate representation of color #27627A: hue angle of 197.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #27627A is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3998122-
CMYK0.680.2000.52
HSL197.35º51.55%31.57%-
HSV(B)197.35º68.03%47.84%-
XYZ8.7210.5719.99-
YUV83.1149.9596.55-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=15.06%
G=37.84%
B=47.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39981220.680.2000.52197.3551.5531.57
Hex27627A4414034c53420
Octal47142172104240643056440
Binary10011111000101111010100010010100011010011000101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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