#26317F

Color #26317F Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #26317F

Tints of Torea Bay #26317F

Color information

#26317F (or 0x26317F) is unknown color: approx Torea Bay. HEX triplet: 26, 31 and 7F. RGB value is (38,49,127). Sum of RGB (Red+Green+Blue) = 38+49+127=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #26317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26317F is #D9CE80. Grayscale: #363636. Windows color (decimal): -14274177 or 8335654. OLE color: 8335654.

HSL color Cylindrical-coordinate representation of color #26317F: hue angle of 232.58º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26317F is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3849127-
CMYK0.700.6100.50
HSL232.58º53.94%32.35%-
HSV(B)232.58º70.08%49.8%-
XYZ5.734.1420.58-
YUV54.6168.86116.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 127 (50% from 255) = 59.35%
R=17.76%
G=22.90%
B=59.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38491270.700.6100.50232.5853.9432.35
Hex26317F463D032e93620
Octal4661177106750623516640
Binary10011011000111111111000110111101011001011101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26317F; }

 p { color: rgb(38,49,127); }

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

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

 a { background-color: rgb(38,49,127); }

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

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

 span { border-color: rgb(38,49,127); }

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