#26307D

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

Shades of Torea Bay #26307D

Tints of Torea Bay #26307D

Color information

#26307D (or 0x26307D) is unknown color: approx Torea Bay. HEX triplet: 26, 30 and 7D. RGB value is (38,48,125). Sum of RGB (Red+Green+Blue) = 38+48+125=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #26307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26307D is #D9CF82. Grayscale: #353535. Windows color (decimal): -14274435 or 8204326. OLE color: 8204326.

HSL color Cylindrical-coordinate representation of color #26307D: hue angle of 233.1º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #26307D is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3848125-
CMYK0.700.6200.51
HSL233.1º53.37%31.96%-
HSV(B)233.1º69.6%49.02%-
XYZ5.564.0119.88-
YUV53.79168.19116.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 125 (49.22% from 255) = 59.24%
R=18.01%
G=22.75%
B=59.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38481250.700.6200.51233.153.3731.96
Hex26307D463E033e93520
Octal4660175106760633516540
Binary10011011000011111011000110111110011001111101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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