#266172

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

Shades of Orient #266172

Tints of Orient #266172

Color information

#266172 (or 0x266172) is unknown color: approx Orient. HEX triplet: 26, 61 and 72. RGB value is (38,97,114). Sum of RGB (Red+Green+Blue) = 38+97+114=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 114 - color contains mainly: blue. Hex color #266172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266172 is #D99E8D. Grayscale: #515151. Windows color (decimal): -14261902 or 7495974. OLE color: 7495974.

HSL color Cylindrical-coordinate representation of color #266172: hue angle of 193.42º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266172 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3897114-
CMYK0.670.1500.55
HSL193.42º50%29.8%-
HSV(B)193.42º66.67%44.71%-
XYZ8.1110.1817.46-
YUV81.3146.4597.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.26%
GREEN value IS 97 (38.28% from 255) = 38.96%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=15.26%
G=38.96%
B=45.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38971140.670.1500.55193.425029.8
Hex26617243F037c1321e
Octal46141162103170673016236
Binary100110110000111100101000011111101101111100000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266172; }

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

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

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

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

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

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

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

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