#275A79

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

Shades of Orient #275A79

Tints of Orient #275A79

Color information

#275A79 (or 0x275A79) is unknown color: approx Orient. HEX triplet: 27, 5A and 79. RGB value is (39,90,121). Sum of RGB (Red+Green+Blue) = 39+90+121=250 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #275A79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275A79 is #D8A586. Grayscale: #4E4E4E. Windows color (decimal): -14198151 or 7952935. OLE color: 7952935.

HSL color Cylindrical-coordinate representation of color #275A79: hue angle of 202.68º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275A79 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3990121-
CMYK0.680.2600.53
HSL202.68º51.25%31.37%-
HSV(B)202.68º67.77%47.45%-
XYZ7.949.1219.43-
YUV78.28152.199.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.6%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=15.6%
G=36%
B=48.4%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal39901210.680.2600.53202.6851.2531.37
Hex275A79441A035cb331f
Octal47132171104320653136337
Binary1001111011010111100110001001101001101011100101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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