#266381

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

Shades of Orient #266381

Tints of Orient #266381

Color information

#266381 (or 0x266381) is unknown color: approx Orient. HEX triplet: 26, 63 and 81. RGB value is (38,99,129). Sum of RGB (Red+Green+Blue) = 38+99+129=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 129 (50.78% from 255 or 48.50% from 266); Max value from RGB is 129 - color contains mainly: blue. Hex color #266381 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #266381 is #D99C7E. Grayscale: #545454. Windows color (decimal): -14261375 or 8479526. OLE color: 8479526.

HSL color Cylindrical-coordinate representation of color #266381: hue angle of 199.78º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #266381 is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3899129-
CMYK0.710.2300.49
HSL199.78º54.49%32.75%-
HSV(B)199.78º70.54%50.59%-
XYZ9.2210.9222.39-
YUV84.18153.2995.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 129 (50.78% from 255) = 48.50%
R=14.29%
G=37.22%
B=48.50%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38991290.710.2300.49199.7854.4932.75
Hex2663814717031c83621
Octal46143201107270613106641
Binary100110110001110000001100011110111011000111001000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266381; }

 p { color: rgb(38,99,129); }

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

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

 a { background-color: rgb(38,99,129); }

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

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

 span { border-color: rgb(38,99,129); }

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