#275A73

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

Shades of Orient #275A73

Tints of Orient #275A73

Color information

#275A73 (or 0x275A73) is unknown color: approx Orient. HEX triplet: 27, 5A and 73. RGB value is (39,90,115). Sum of RGB (Red+Green+Blue) = 39+90+115=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #275A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A73 is #D8A58C. Grayscale: #4D4D4D. Windows color (decimal): -14198157 or 7559719. OLE color: 7559719.

HSL color Cylindrical-coordinate representation of color #275A73: hue angle of 199.74º 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 #275A73 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3990115-
CMYK0.660.2200.55
HSL199.74º49.35%30.2%-
HSV(B)199.74º66.09%45.1%-
XYZ7.598.9817.55-
YUV77.6149.1100.47-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 90 (35.55% from 255) = 36.89%
BLUE value IS 115 (45.31% from 255) = 47.13%
R=15.98%
G=36.89%
B=47.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39901150.660.2200.55199.7449.3530.2
Hex275A734216037c8311e
Octal47132163102260673106136
Binary1001111011010111001110000101011001101111100100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,90,115); }

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

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

 a { background-color: rgb(39,90,115); }

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

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

 span { border-color: rgb(39,90,115); }

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