#262650

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

Shades of Paua #262650

Tints of Paua #262650

Color information

#262650 (or 0x262650) is unknown color: approx Paua. HEX triplet: 26, 26 and 50. RGB value is (38,38,80). Sum of RGB (Red+Green+Blue) = 38+38+80=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #262650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262650 is #D9D9AF. Grayscale: #2A2A2A. Windows color (decimal): -14277040 or 5252646. OLE color: 5252646.

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

Color convert

RGB383880-
CMYK0.520.5200.69
HSL240º35.59%23.14%-
HSV(B)240º52.5%31.37%-
XYZ2.942.387.89-
YUV42.79149124.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=24.36%
G=24.36%
B=51.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3838800.520.5200.6924035.5923.14
Hex2626503434045f02417
Octal4646120646401053604427
Binary1001101001101010000110100110100010001011111000010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262650; }

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

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

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

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

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

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

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

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