#262D76

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

Shades of Torea Bay #262D76

Tints of Torea Bay #262D76

Color information

#262D76 (or 0x262D76) is unknown color: approx Torea Bay. HEX triplet: 26, 2D and 76. RGB value is (38,45,118). Sum of RGB (Red+Green+Blue) = 38+45+118=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #262D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D76 is #D9D289. Grayscale: #323232. Windows color (decimal): -14275210 or 7744806. OLE color: 7744806.

HSL color Cylindrical-coordinate representation of color #262D76: hue angle of 234.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #262D76 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3845118-
CMYK0.680.6200.54
HSL234.75º51.28%30.59%-
HSV(B)234.75º67.8%46.27%-
XYZ5.013.617.57-
YUV51.23165.68118.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 118 (46.48% from 255) = 58.71%
R=18.91%
G=22.39%
B=58.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38451180.680.6200.54234.7551.2830.59
Hex262D76443E036eb331f
Octal4655166104760663536337
Binary1001101011011110110100010011111001101101110101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262D76; }

 p { color: rgb(38,45,118); }

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

<style>
 a { background-color: #262D76; }

 a { background-color: rgb(38,45,118); }

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

<style>
 span { border-color: #262D76; }

 span { border-color: rgb(38,45,118); }

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