#275D76

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

Shades of Orient #275D76

Tints of Orient #275D76

Color information

#275D76 (or 0x275D76) is unknown color: approx Orient. HEX triplet: 27, 5D and 76. RGB value is (39,93,118). Sum of RGB (Red+Green+Blue) = 39+93+118=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #275D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D76 is #D8A289. Grayscale: #4F4F4F. Windows color (decimal): -14197386 or 7757095. OLE color: 7757095.

HSL color Cylindrical-coordinate representation of color #275D76: hue angle of 198.99º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #275D76 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3993118-
CMYK0.670.2100.54
HSL198.99º50.32%30.78%-
HSV(B)198.99º66.95%46.27%-
XYZ8.029.5718.56-
YUV79.7149.6198.97-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 118 (46.48% from 255) = 47.2%
R=15.6%
G=37.2%
B=47.2%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39931180.670.2100.54198.9950.3230.78
Hex275D764315036c7321f
Octal47135166103250663076237
Binary1001111011101111011010000111010101101101100011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275D76; }

 p { color: rgb(39,93,118); }

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

<style>
 a { background-color: #275D76; }

 a { background-color: rgb(39,93,118); }

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

<style>
 span { border-color: #275D76; }

 span { border-color: rgb(39,93,118); }

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