#265878

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

Shades of Orient #265878

Tints of Orient #265878

Color information

#265878 (or 0x265878) is unknown color: approx Orient. HEX triplet: 26, 58 and 78. RGB value is (38,88,120). Sum of RGB (Red+Green+Blue) = 38+88+120=246 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.45% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #265878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265878 is #D9A787. Grayscale: #4C4C4C. Windows color (decimal): -14264200 or 7886886. OLE color: 7886886.

HSL color Cylindrical-coordinate representation of color #265878: hue angle of 203.41º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #265878 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3888120-
CMYK0.680.2700.53
HSL203.41º51.9%30.98%-
HSV(B)203.41º68.33%47.06%-
XYZ7.688.7519.05-
YUV76.7152.44100.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.45%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=15.45%
G=35.77%
B=48.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38881200.680.2700.53203.4151.930.98
Hex265878441B035cb341f
Octal46130170104330653136437
Binary1001101011000111100010001001101101101011100101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265878; }

 p { color: rgb(38,88,120); }

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

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

 a { background-color: rgb(38,88,120); }

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

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

 span { border-color: rgb(38,88,120); }

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