#26318B

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

Shades of Torea Bay #26318B

Tints of Torea Bay #26318B

Color information

#26318B (or 0x26318B) is unknown color: approx Torea Bay. HEX triplet: 26, 31 and 8B. RGB value is (38,49,139). Sum of RGB (Red+Green+Blue) = 38+49+139=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #26318B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26318B is #D9CE74. Grayscale: #373737. Windows color (decimal): -14274165 or 9122086. OLE color: 9122086.

HSL color Cylindrical-coordinate representation of color #26318B: hue angle of 233.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26318B is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3849139-
CMYK0.730.6500.45
HSL233.47º57.06%34.71%-
HSV(B)233.47º72.66%54.51%-
XYZ6.564.4724.94-
YUV55.97174.86115.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.81%
GREEN value IS 49 (19.53% from 255) = 21.68%
BLUE value IS 139 (54.69% from 255) = 61.50%
R=16.81%
G=21.68%
B=61.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38491390.730.6500.45233.4757.0634.71
Hex26318B494102De93923
Octal46612131111010553517143
Binary1001101100011000101110010011000001010110111101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26318B; }

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

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

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

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

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

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

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

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