#27617A

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

Shades of Orient #27617A

Tints of Orient #27617A

Color information

#27617A (or 0x27617A) is unknown color: approx Orient. HEX triplet: 27, 61 and 7A. RGB value is (39,97,122). Sum of RGB (Red+Green+Blue) = 39+97+122=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #27617A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27617A is #D89E85. Grayscale: #525252. Windows color (decimal): -14196358 or 8020263. OLE color: 8020263.

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

Color convert

RGB3997122-
CMYK0.680.2000.52
HSL198.07º51.55%31.57%-
HSV(B)198.07º68.03%47.84%-
XYZ8.6210.3919.96-
YUV82.51150.2896.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=15.12%
G=37.60%
B=47.29%

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
Decimal39971220.680.2000.52198.0751.5531.57
Hex27617A4414034c63420
Octal47141172104240643066440
Binary10011111000011111010100010010100011010011000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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