#266075

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

Shades of Orient #266075

Tints of Orient #266075

Color information

#266075 (or 0x266075) is unknown color: approx Orient. HEX triplet: 26, 60 and 75. RGB value is (38,96,117). Sum of RGB (Red+Green+Blue) = 38+96+117=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #266075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266075 is #D99F8A. Grayscale: #505050. Windows color (decimal): -14262155 or 7692326. OLE color: 7692326.

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

Color convert

RGB3896117-
CMYK0.680.1800.54
HSL195.95º50.97%30.39%-
HSV(B)195.95º67.52%45.88%-
XYZ8.1910.0618.34-
YUV81.05148.2897.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=15.14%
G=38.25%
B=46.61%

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
Decimal38961170.680.1800.54195.9550.9730.39
Hex2660754412036c4331e
Octal46140165104220663046336
Binary1001101100000111010110001001001001101101100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266075; }

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

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

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

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

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

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

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

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