#262451

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

Shades of Paua #262451

Tints of Paua #262451

Color information

#262451 (or 0x262451) is unknown color: approx Paua. HEX triplet: 26, 24 and 51. RGB value is (38,36,81). Sum of RGB (Red+Green+Blue) = 38+36+81=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #262451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262451 is #D9DBAE. Grayscale: #292929. Windows color (decimal): -14277551 or 5317670. OLE color: 5317670.

HSL color Cylindrical-coordinate representation of color #262451: hue angle of 242.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #262451 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB383681-
CMYK0.530.5600.68
HSL242.67º38.46%22.94%-
HSV(B)242.67º55.56%31.76%-
XYZ2.922.278.07-
YUV41.73150.16125.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=24.52%
G=23.23%
B=52.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3836810.530.5600.68242.6738.4622.94
Hex2624513538044f32617
Octal4644121657001043634627
Binary1001101001001010001110101111000010001001111001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262451; }

 p { color: rgb(38,36,81); }

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

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

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

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

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

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

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