#266376

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

Shades of Orient #266376

Tints of Orient #266376

Color information

#266376 (or 0x266376) is unknown color: approx Orient. HEX triplet: 26, 63 and 76. RGB value is (38,99,118). Sum of RGB (Red+Green+Blue) = 38+99+118=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #266376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266376 is #D99C89. Grayscale: #525252. Windows color (decimal): -14261386 or 7758630. OLE color: 7758630.

HSL color Cylindrical-coordinate representation of color #266376: hue angle of 194.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #266376 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3899118-
CMYK0.680.1600.54
HSL194.25º51.28%30.59%-
HSV(B)194.25º67.8%46.27%-
XYZ8.5310.6418.74-
YUV82.93147.7995.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=14.90%
G=38.82%
B=46.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38991180.680.1600.54194.2551.2830.59
Hex2663764410036c2331f
Octal46143166104200663026337
Binary1001101100011111011010001001000001101101100001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266376; }

 p { color: rgb(38,99,118); }

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

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

 a { background-color: rgb(38,99,118); }

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

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

 span { border-color: rgb(38,99,118); }

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