#275975

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

Shades of Orient #275975

Tints of Orient #275975

Color information

#275975 (or 0x275975) is unknown color: approx Orient. HEX triplet: 27, 59 and 75. RGB value is (39,89,117). Sum of RGB (Red+Green+Blue) = 39+89+117=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #275975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275975 is #D8A68A. Grayscale: #4D4D4D. Windows color (decimal): -14198411 or 7690535. OLE color: 7690535.

HSL color Cylindrical-coordinate representation of color #275975: hue angle of 201.54º 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 #275975 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3989117-
CMYK0.670.2400.54
HSL201.54º50%30.59%-
HSV(B)201.54º66.67%45.88%-
XYZ7.628.8618.14-
YUV77.24150.44100.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=15.92%
G=36.33%
B=47.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal39891170.670.2400.54201.545030.59
Hex2759754318036ca321f
Octal47131165103300663126237
Binary1001111011001111010110000111100001101101100101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275975; }

 p { color: rgb(39,89,117); }

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

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

 a { background-color: rgb(39,89,117); }

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

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

 span { border-color: rgb(39,89,117); }

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