#26328E

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

Shades of Torea Bay #26328E

Tints of Torea Bay #26328E

Color information

#26328E (or 0x26328E) is unknown color: approx Torea Bay. HEX triplet: 26, 32 and 8E. RGB value is (38,50,142). Sum of RGB (Red+Green+Blue) = 38+50+142=230 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.52% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #26328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26328E is #D9CD71. Grayscale: #383838. Windows color (decimal): -14273906 or 9318950. OLE color: 9318950.

HSL color Cylindrical-coordinate representation of color #26328E: hue angle of 233.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26328E is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3850142-
CMYK0.730.6500.44
HSL233.08º57.78%35.29%-
HSV(B)233.08º73.24%55.69%-
XYZ6.824.6526.13-
YUV56.9176.02114.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.52%
GREEN value IS 50 (19.92% from 255) = 21.74%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=16.52%
G=21.74%
B=61.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38501420.730.6500.44233.0857.7835.29
Hex26328E494102Ce93a23
Octal46622161111010543517243
Binary1001101100101000111010010011000001010110011101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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