#275C75

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

Shades of Orient #275C75

Tints of Orient #275C75

Color information

#275C75 (or 0x275C75) is unknown color: approx Orient. HEX triplet: 27, 5C and 75. RGB value is (39,92,117). Sum of RGB (Red+Green+Blue) = 39+92+117=248 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.73% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #275C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C75 is #D8A38A. Grayscale: #4E4E4E. Windows color (decimal): -14197643 or 7691303. OLE color: 7691303.

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

Color convert

RGB3992117-
CMYK0.670.2100.54
HSL199.23º50%30.59%-
HSV(B)199.23º66.67%45.88%-
XYZ7.879.3718.22-
YUV79149.4499.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.73%
GREEN value IS 92 (36.33% from 255) = 37.10%
BLUE value IS 117 (46.09% from 255) = 47.18%
R=15.73%
G=37.10%
B=47.18%

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
Decimal39921170.670.2100.54199.235030.59
Hex275C754315036c7321f
Octal47134165103250663076237
Binary1001111011100111010110000111010101101101100011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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