#266177

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

Shades of Orient #266177

Tints of Orient #266177

Color information

#266177 (or 0x266177) is unknown color: approx Orient. HEX triplet: 26, 61 and 77. RGB value is (38,97,119). Sum of RGB (Red+Green+Blue) = 38+97+119=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #266177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266177 is #D99E88. Grayscale: #515151. Windows color (decimal): -14261897 or 7823654. OLE color: 7823654.

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

Color convert

RGB3897119-
CMYK0.680.1800.53
HSL196.3º51.59%30.78%-
HSV(B)196.3º68.07%46.67%-
XYZ8.410.2919-
YUV81.87148.9596.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 97 (38.28% from 255) = 38.19%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=14.96%
G=38.19%
B=46.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38971190.680.1800.53196.351.5930.78
Hex2661774412035c4341f
Octal46141167104220653046437
Binary1001101100001111011110001001001001101011100010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266177; }

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

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

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

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

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

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

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

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