#266176

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

Shades of Orient #266176

Tints of Orient #266176

Color information

#266176 (or 0x266176) is unknown color: approx Orient. HEX triplet: 26, 61 and 76. RGB value is (38,97,118). Sum of RGB (Red+Green+Blue) = 38+97+118=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #266176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266176 is #D99E89. Grayscale: #515151. Windows color (decimal): -14261898 or 7758118. OLE color: 7758118.

HSL color Cylindrical-coordinate representation of color #266176: hue angle of 195.75º 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 #266176 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3897118-
CMYK0.680.1800.54
HSL195.75º51.28%30.59%-
HSV(B)195.75º67.8%46.27%-
XYZ8.3410.2718.68-
YUV81.75148.4596.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=15.02%
G=38.34%
B=46.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38971180.680.1800.54195.7551.2830.59
Hex2661764412036c4331f
Octal46141166104220663046337
Binary1001101100001111011010001001001001101101100010011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266176; }

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

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

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

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

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

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

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

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