#275F7B

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

Shades of Orient #275F7B

Tints of Orient #275F7B

Color information

#275F7B (or 0x275F7B) is unknown color: approx Orient. HEX triplet: 27, 5F and 7B. RGB value is (39,95,123). Sum of RGB (Red+Green+Blue) = 39+95+123=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #275F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275F7B is #D8A084. Grayscale: #515151. Windows color (decimal): -14196869 or 8085287. OLE color: 8085287.

HSL color Cylindrical-coordinate representation of color #275F7B: hue angle of 200º 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 #275F7B is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3995123-
CMYK0.680.2300.52
HSL200º51.85%31.76%-
HSV(B)200º68.29%48.24%-
XYZ8.510.0520.23-
YUV81.45151.4597.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=15.18%
G=36.96%
B=47.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39951230.680.2300.5220051.8531.76
Hex275F7B4417034c83420
Octal47137173104270643106440
Binary10011110111111111011100010010111011010011001000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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