#27637A

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

Shades of Orient #27637A

Tints of Orient #27637A

Color information

#27637A (or 0x27637A) is unknown color: approx Orient. HEX triplet: 27, 63 and 7A. RGB value is (39,99,122). Sum of RGB (Red+Green+Blue) = 39+99+122=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #27637A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27637A is #D89C85. Grayscale: #535353. Windows color (decimal): -14195846 or 8020775. OLE color: 8020775.

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

Color convert

RGB3999122-
CMYK0.680.1900.52
HSL196.63º51.55%31.57%-
HSV(B)196.63º68.03%47.84%-
XYZ8.8110.7620.02-
YUV83.68149.6296.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 99 (39.06% from 255) = 38.08%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=15%
G=38.08%
B=46.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39991220.680.1900.52196.6351.5531.57
Hex27637A4413034c53420
Octal47143172104230643056440
Binary10011111000111111010100010010011011010011000101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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