#262458

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

Shades of Paua #262458

Tints of Paua #262458

Color information

#262458 (or 0x262458) is unknown color: approx Paua. HEX triplet: 26, 24 and 58. RGB value is (38,36,88). Sum of RGB (Red+Green+Blue) = 38+36+88=162 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.46% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #262458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262458 is #D9DBA7. Grayscale: #2A2A2A. Windows color (decimal): -14277544 or 5776422. OLE color: 5776422.

HSL color Cylindrical-coordinate representation of color #262458: hue angle of 242.31º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #262458 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB383688-
CMYK0.570.5900.65
HSL242.31º41.94%24.31%-
HSV(B)242.31º59.09%34.51%-
XYZ3.192.389.52-
YUV42.53153.66124.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.46%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 88 (34.77% from 255) = 54.32%
R=23.46%
G=22.22%
B=54.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3836880.570.5900.65242.3141.9424.31
Hex262458393B041f22a18
Octal4644130717301013625230
Binary1001101001001011000111001111011010000011111001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262458; }

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

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

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

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

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

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

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

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