#27647A

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

Shades of Orient #27647A

Tints of Orient #27647A

Color information

#27647A (or 0x27647A) is unknown color: approx Orient. HEX triplet: 27, 64 and 7A. RGB value is (39,100,122). Sum of RGB (Red+Green+Blue) = 39+100+122=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 122 - color contains mainly: blue. Hex color #27647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27647A is #D89B85. Grayscale: #545454. Windows color (decimal): -14195590 or 8021031. OLE color: 8021031.

HSL color Cylindrical-coordinate representation of color #27647A: hue angle of 195.9º 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 #27647A is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB39100122-
CMYK0.680.1800.52
HSL195.9º51.55%31.57%-
HSV(B)195.9º68.03%47.84%-
XYZ8.9110.9520.06-
YUV84.27149.2995.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 100 (39.45% from 255) = 38.31%
BLUE value IS 122 (48.05% from 255) = 46.74%
R=14.94%
G=38.31%
B=46.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal391001220.680.1800.52195.951.5531.57
Hex27647A4412034c43420
Octal47144172104220643046440
Binary10011111001001111010100010010010011010011000100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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