#275C72

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

Shades of Orient #275C72

Tints of Orient #275C72

Color information

#275C72 (or 0x275C72) is unknown color: approx Orient. HEX triplet: 27, 5C and 72. RGB value is (39,92,114). Sum of RGB (Red+Green+Blue) = 39+92+114=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 114 - color contains mainly: blue. Hex color #275C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275C72 is #D8A38D. Grayscale: #4E4E4E. Windows color (decimal): -14197646 or 7494695. OLE color: 7494695.

HSL color Cylindrical-coordinate representation of color #275C72: hue angle of 197.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #275C72 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3992114-
CMYK0.660.1900.55
HSL197.6º49.02%30%-
HSV(B)197.6º65.79%44.71%-
XYZ7.79.317.31-
YUV78.66147.9499.71-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=15.92%
G=37.55%
B=46.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39921140.660.1900.55197.649.0230
Hex275C724213037c6311e
Octal47134162102230673066136
Binary1001111011100111001010000101001101101111100011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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