#26328B

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

Shades of Torea Bay #26328B

Tints of Torea Bay #26328B

Color information

#26328B (or 0x26328B) is unknown color: approx Torea Bay. HEX triplet: 26, 32 and 8B. RGB value is (38,50,139). Sum of RGB (Red+Green+Blue) = 38+50+139=227 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.74% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #26328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26328B is #D9CD74. Grayscale: #383838. Windows color (decimal): -14273909 or 9122342. OLE color: 9122342.

HSL color Cylindrical-coordinate representation of color #26328B: hue angle of 232.87º 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 #26328B is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3850139-
CMYK0.730.6400.45
HSL232.87º57.06%34.71%-
HSV(B)232.87º72.66%54.51%-
XYZ6.64.5624.96-
YUV56.56174.52114.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.74%
GREEN value IS 50 (19.92% from 255) = 22.03%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=16.74%
G=22.03%
B=61.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38501390.730.6400.45232.8757.0634.71
Hex26328B494002De93923
Octal46622131111000553517143
Binary1001101100101000101110010011000000010110111101001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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