#26308B

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

Shades of Torea Bay #26308B

Tints of Torea Bay #26308B

Color information

#26308B (or 0x26308B) is unknown color: approx Torea Bay. HEX triplet: 26, 30 and 8B. RGB value is (38,48,139). Sum of RGB (Red+Green+Blue) = 38+48+139=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #26308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26308B is #D9CF74. Grayscale: #373737. Windows color (decimal): -14274421 or 9121830. OLE color: 9121830.

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

Color convert

RGB3848139-
CMYK0.730.6500.45
HSL234.06º57.06%34.71%-
HSV(B)234.06º72.66%54.51%-
XYZ6.524.3924.93-
YUV55.38175.19115.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.89%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=16.89%
G=21.33%
B=61.78%

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
Decimal38481390.730.6500.45234.0657.0634.71
Hex26308B494102Dea3923
Octal46602131111010553527143
Binary1001101100001000101110010011000001010110111101010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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