#275F7C

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

Shades of Orient #275F7C

Tints of Orient #275F7C

Color information

#275F7C (or 0x275F7C) is unknown color: approx Orient. HEX triplet: 27, 5F and 7C. RGB value is (39,95,124). Sum of RGB (Red+Green+Blue) = 39+95+124=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 124 (48.83% from 255 or 48.06% from 258); Max value from RGB is 124 - color contains mainly: blue. Hex color #275F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F7C is #D8A083. Grayscale: #515151. Windows color (decimal): -14196868 or 8150823. OLE color: 8150823.

HSL color Cylindrical-coordinate representation of color #275F7C: hue angle of 200.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #275F7C is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3995124-
CMYK0.690.2300.51
HSL200.47º52.15%31.96%-
HSV(B)200.47º68.55%48.63%-
XYZ8.5710.0720.56-
YUV81.56151.9597.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 95 (37.5% from 255) = 36.82%
BLUE value IS 124 (48.83% from 255) = 48.06%
R=15.12%
G=36.82%
B=48.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39951240.690.2300.51200.4752.1531.96
Hex275F7C4517033c83420
Octal47137174105270633106440
Binary10011110111111111100100010110111011001111001000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,95,124); }

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

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

 a { background-color: rgb(39,95,124); }

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

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

 span { border-color: rgb(39,95,124); }

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