#266175

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

Shades of Orient #266175

Tints of Orient #266175

Color information

#266175 (or 0x266175) is unknown color: approx Orient. HEX triplet: 26, 61 and 75. RGB value is (38,97,117). Sum of RGB (Red+Green+Blue) = 38+97+117=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #266175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266175 is #D99E8A. Grayscale: #515151. Windows color (decimal): -14261899 or 7692582. OLE color: 7692582.

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

Color convert

RGB3897117-
CMYK0.680.1700.54
HSL195.19º50.97%30.39%-
HSV(B)195.19º67.52%45.88%-
XYZ8.2810.2518.37-
YUV81.64147.9596.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=15.08%
G=38.49%
B=46.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38971170.680.1700.54195.1950.9730.39
Hex2661754411036c3331e
Octal46141165104210663036336
Binary1001101100001111010110001001000101101101100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266175; }

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

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

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

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

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

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

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

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