#262f73

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

Shades of Torea Bay #262F73

Tints of Torea Bay #262F73

Color information

#262F73 (or 0x262F73) is unknown color: approx Torea Bay. HEX triplet: 26, 2F and 73. RGB value is (38,47,115). Sum of RGB (Red+Green+Blue) = 38+47+115=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #262F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F73 is #D9D08C. Grayscale: #333333. Windows color (decimal): -14274701 or 7548710. OLE color: 7548710.

HSL color Cylindrical-coordinate representation of color #262F73: hue angle of 232.99º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #262F73 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3847115-
CMYK0.670.5900.55
HSL232.99º50.33%30%-
HSV(B)232.99º66.96%45.1%-
XYZ4.913.6816.67-
YUV52.06163.52117.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 47 (18.75% from 255) = 23.5%
BLUE value IS 115 (45.31% from 255) = 57.5%
R=19%
G=23.5%
B=57.5%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38471150.670.5900.55232.9950.3330
Hex262F73433B037e9321e
Octal4657163103730673516236
Binary1001101011111110011100001111101101101111110100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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