#275e7d

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

Shades of Orient #275E7D

Tints of Orient #275E7D

Color information

#275E7D (or 0x275E7D) is unknown color: approx Orient. HEX triplet: 27, 5E and 7D. RGB value is (39,94,125). Sum of RGB (Red+Green+Blue) = 39+94+125=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #275E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275E7D is #D8A182. Grayscale: #505050. Windows color (decimal): -14197123 or 8216103. OLE color: 8216103.

HSL color Cylindrical-coordinate representation of color #275E7D: hue angle of 201.63º 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 #275E7D is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3994125-
CMYK0.690.2500.51
HSL201.63º52.44%32.16%-
HSV(B)201.63º68.8%49.02%-
XYZ8.549.9220.87-
YUV81.09152.7897.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=15.12%
G=36.43%
B=48.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal39941250.690.2500.51201.6352.4432.16
Hex275E7D4519033ca3420
Octal47136175105310633126440
Binary10011110111101111101100010111001011001111001010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275e7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,94,125); }

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

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

 a { background-color: rgb(39,94,125); }

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

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

 span { border-color: rgb(39,94,125); }

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