#262660

Color #262660 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #262660

Tints of Paua #262660

Color information

#262660 (or 0x262660) is unknown color: approx Paua. HEX triplet: 26, 26 and 60. RGB value is (38,38,96). Sum of RGB (Red+Green+Blue) = 38+38+96=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #262660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262660 is #D9D99F. Grayscale: #2C2C2C. Windows color (decimal): -14277024 or 6301222. OLE color: 6301222.

HSL color Cylindrical-coordinate representation of color #262660: hue angle of 240º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #262660 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB383896-
CMYK0.600.6000.62
HSL240º43.28%26.27%-
HSV(B)240º60.42%37.65%-
XYZ3.62.6411.39-
YUV44.61157123.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=22.09%
G=22.09%
B=55.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3838960.600.6000.6224043.2826.27
Hex2626603C3C03Ef02b1a
Octal464614074740763605332
Binary100110100110110000011110011110001111101111000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262660; }

 p { color: rgb(38,38,96); }

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

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

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

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

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

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

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