#26307B

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

Shades of Torea Bay #26307B

Tints of Torea Bay #26307B

Color information

#26307B (or 0x26307B) is unknown color: approx Torea Bay. HEX triplet: 26, 30 and 7B. RGB value is (38,48,123). Sum of RGB (Red+Green+Blue) = 38+48+123=209 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.18% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #26307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26307B is #D9CF84. Grayscale: #353535. Windows color (decimal): -14274437 or 8073254. OLE color: 8073254.

HSL color Cylindrical-coordinate representation of color #26307B: hue angle of 232.94º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26307B is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3848123-
CMYK0.690.6100.52
HSL232.94º52.8%31.57%-
HSV(B)232.94º69.11%48.24%-
XYZ5.433.9619.22-
YUV53.56167.19116.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.18%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 123 (48.44% from 255) = 58.85%
R=18.18%
G=22.97%
B=58.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38481230.690.6100.52232.9452.831.57
Hex26307B453D034e93520
Octal4660173105750643516540
Binary10011011000011110111000101111101011010011101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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