#26317C

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

Shades of Torea Bay #26317C

Tints of Torea Bay #26317C

Color information

#26317C (or 0x26317C) is unknown color: approx Torea Bay. HEX triplet: 26, 31 and 7C. RGB value is (38,49,124). Sum of RGB (Red+Green+Blue) = 38+49+124=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #26317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26317C is #D9CE83. Grayscale: #353535. Windows color (decimal): -14274180 or 8139046. OLE color: 8139046.

HSL color Cylindrical-coordinate representation of color #26317C: hue angle of 232.33º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26317C is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3849124-
CMYK0.690.6000.51
HSL232.33º53.09%31.76%-
HSV(B)232.33º69.35%48.63%-
XYZ5.544.0619.56-
YUV54.26167.36116.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 124 (48.83% from 255) = 58.77%
R=18.01%
G=23.22%
B=58.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38491240.690.6000.51232.3353.0931.76
Hex26317C453C033e83520
Octal4661174105740633506540
Binary10011011000111111001000101111100011001111101000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26317C; }

 p { color: rgb(38,49,124); }

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

<style>
 a { background-color: #26317C; }

 a { background-color: rgb(38,49,124); }

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

<style>
 span { border-color: #26317C; }

 span { border-color: rgb(38,49,124); }

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