#262F76

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

Shades of Torea Bay #262F76

Tints of Torea Bay #262F76

Color information

#262F76 (or 0x262F76) is unknown color: approx Torea Bay. HEX triplet: 26, 2F and 76. RGB value is (38,47,118). Sum of RGB (Red+Green+Blue) = 38+47+118=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #262F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F76 is #D9D089. Grayscale: #343434. Windows color (decimal): -14274698 or 7745318. OLE color: 7745318.

HSL color Cylindrical-coordinate representation of color #262F76: hue angle of 233.25º 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 #262F76 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3847118-
CMYK0.680.6000.54
HSL233.25º51.28%30.59%-
HSV(B)233.25º67.8%46.27%-
XYZ5.093.7517.6-
YUV52.4165.02117.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=18.72%
G=23.15%
B=58.13%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38471180.680.6000.54233.2551.2830.59
Hex262F76443C036e9331f
Octal4657166104740663516337
Binary1001101011111110110100010011110001101101110100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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