#275D7A

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

Shades of Orient #275D7A

Tints of Orient #275D7A

Color information

#275D7A (or 0x275D7A) is unknown color: approx Orient. HEX triplet: 27, 5D and 7A. RGB value is (39,93,122). Sum of RGB (Red+Green+Blue) = 39+93+122=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #275D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275D7A is #D8A285. Grayscale: #4F4F4F. Windows color (decimal): -14197382 or 8019239. OLE color: 8019239.

HSL color Cylindrical-coordinate representation of color #275D7A: hue angle of 200.96º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #275D7A is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3993122-
CMYK0.680.2400.52
HSL200.96º51.55%31.57%-
HSV(B)200.96º68.03%47.84%-
XYZ8.269.6719.84-
YUV80.16151.6198.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=15.35%
G=36.61%
B=48.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39931220.680.2400.52200.9651.5531.57
Hex275D7A4418034c93420
Octal47135172104300643116440
Binary10011110111011111010100010011000011010011001001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,93,122); }

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

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

 a { background-color: rgb(39,93,122); }

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

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

 span { border-color: rgb(39,93,122); }

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