#27627B

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

Shades of Orient #27627B

Tints of Orient #27627B

Color information

#27627B (or 0x27627B) is unknown color: approx Orient. HEX triplet: 27, 62 and 7B. RGB value is (39,98,123). Sum of RGB (Red+Green+Blue) = 39+98+123=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #27627B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27627B is #D89D84. Grayscale: #535353. Windows color (decimal): -14196101 or 8086055. OLE color: 8086055.

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

Color convert

RGB3998123-
CMYK0.680.2000.52
HSL197.86º51.85%31.76%-
HSV(B)197.86º68.29%48.24%-
XYZ8.7810.620.32-
YUV83.21150.4596.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 98 (38.67% from 255) = 37.69%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=15%
G=37.69%
B=47.31%

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
Decimal39981230.680.2000.52197.8651.8531.76
Hex27627B4414034c63420
Octal47142173104240643066440
Binary10011111000101111011100010010100011010011000110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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