#262F79

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

Shades of Torea Bay #262F79

Tints of Torea Bay #262F79

Color information

#262F79 (or 0x262F79) is unknown color: approx Torea Bay. HEX triplet: 26, 2F and 79. RGB value is (38,47,121). Sum of RGB (Red+Green+Blue) = 38+47+121=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 121 (47.66% from 255 or 58.74% from 206); Max value from RGB is 121 - color contains mainly: blue. Hex color #262F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F79 is #D9D086. Grayscale: #343434. Windows color (decimal): -14274695 or 7941926. OLE color: 7941926.

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

Color convert

RGB3847121-
CMYK0.690.6100.53
HSL233.49º52.2%31.18%-
HSV(B)233.49º68.6%47.45%-
XYZ5.273.8318.55-
YUV52.74166.52117.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 47 (18.75% from 255) = 22.82%
BLUE value IS 121 (47.66% from 255) = 58.74%
R=18.45%
G=22.82%
B=58.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38471210.690.6100.53233.4952.231.18
Hex262F79453D035e9341f
Octal4657171105750653516437
Binary1001101011111111001100010111110101101011110100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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