#262D88

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

Shades of Torea Bay #262D88

Tints of Torea Bay #262D88

Color information

#262D88 (or 0x262D88) is unknown color: approx Torea Bay. HEX triplet: 26, 2D and 88. RGB value is (38,45,136). Sum of RGB (Red+Green+Blue) = 38+45+136=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #262D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262D88 is #D9D277. Grayscale: #343434. Windows color (decimal): -14275192 or 8924454. OLE color: 8924454.

HSL color Cylindrical-coordinate representation of color #262D88: hue angle of 235.71º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #262D88 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3845136-
CMYK0.720.6700.47
HSL235.71º56.32%34.12%-
HSV(B)235.71º72.06%53.33%-
XYZ6.184.0723.75-
YUV53.28174.68117.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=17.35%
G=20.55%
B=62.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38451360.720.6700.47235.7156.3234.12
Hex262D88484302Fec3822
Octal46552101101030573547042
Binary1001101011011000100010010001000011010111111101100111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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