#26328D

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

Shades of Torea Bay #26328D

Tints of Torea Bay #26328D

Color information

#26328D (or 0x26328D) is unknown color: approx Torea Bay. HEX triplet: 26, 32 and 8D. RGB value is (38,50,141). Sum of RGB (Red+Green+Blue) = 38+50+141=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #26328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26328D is #D9CD72. Grayscale: #383838. Windows color (decimal): -14273907 or 9253414. OLE color: 9253414.

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

Color convert

RGB3850141-
CMYK0.730.6500.45
HSL233.01º57.54%35.1%-
HSV(B)233.01º73.05%55.29%-
XYZ6.754.6225.73-
YUV56.79175.52114.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 141 (55.47% from 255) = 61.57%
R=16.59%
G=21.83%
B=61.57%

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
Decimal38501410.730.6500.45233.0157.5435.1
Hex26328D494102De93a23
Octal46622151111010553517243
Binary1001101100101000110110010011000001010110111101001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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