#275B7B

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

Shades of Orient #275B7B

Tints of Orient #275B7B

Color information

#275B7B (or 0x275B7B) is unknown color: approx Orient. HEX triplet: 27, 5B and 7B. RGB value is (39,91,123). Sum of RGB (Red+Green+Blue) = 39+91+123=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #275B7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275B7B is #D8A484. Grayscale: #4E4E4E. Windows color (decimal): -14197893 or 8084263. OLE color: 8084263.

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

Color convert

RGB3991123-
CMYK0.680.2600.52
HSL202.86º51.85%31.76%-
HSV(B)202.86º68.29%48.24%-
XYZ8.159.3420.11-
YUV79.1152.7799.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=15.42%
G=35.97%
B=48.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39911230.680.2600.52202.8651.8531.76
Hex275B7B441A034cb3420
Octal47133173104320643136440
Binary10011110110111111011100010011010011010011001011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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