#262652

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

Shades of Paua #262652

Tints of Paua #262652

Color information

#262652 (or 0x262652) is unknown color: approx Paua. HEX triplet: 26, 26 and 52. RGB value is (38,38,82). Sum of RGB (Red+Green+Blue) = 38+38+82=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #262652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262652 is #D9D9AD. Grayscale: #2A2A2A. Windows color (decimal): -14277038 or 5383718. OLE color: 5383718.

HSL color Cylindrical-coordinate representation of color #262652: hue angle of 240º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #262652 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB383882-
CMYK0.540.5400.68
HSL240º36.67%23.53%-
HSV(B)240º53.66%32.16%-
XYZ3.022.418.29-
YUV43.02150124.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=24.05%
G=24.05%
B=51.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3838820.540.5400.6824036.6723.53
Hex2626523636044f02518
Octal4646122666601043604530
Binary1001101001101010010110110110110010001001111000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262652; }

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

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

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

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

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

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

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

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