#262B79

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

Shades of Torea Bay #262B79

Tints of Torea Bay #262B79

Color information

#262B79 (or 0x262B79) is unknown color: approx Torea Bay. HEX triplet: 26, 2B and 79. RGB value is (38,43,121). Sum of RGB (Red+Green+Blue) = 38+43+121=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #262B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B79 is #D9D486. Grayscale: #323232. Windows color (decimal): -14275719 or 7940902. OLE color: 7940902.

HSL color Cylindrical-coordinate representation of color #262B79: hue angle of 236.39º 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 #262B79 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3843121-
CMYK0.690.6400.53
HSL236.39º52.2%31.18%-
HSV(B)236.39º68.6%47.45%-
XYZ5.113.5218.5-
YUV50.4167.84119.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 121 (47.66% from 255) = 59.90%
R=18.81%
G=21.29%
B=59.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38431210.690.6400.53236.3952.231.18
Hex262B794540035ec341f
Octal46531711051000653546437
Binary10011010101111110011000101100000001101011110110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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