#262347

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

Shades of Paua #262347

Tints of Paua #262347

Color information

#262347 (or 0x262347) is unknown color: approx Paua. HEX triplet: 26, 23 and 47. RGB value is (38,35,71). Sum of RGB (Red+Green+Blue) = 38+35+71=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #262347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262347 is #D9DCB8. Grayscale: #272727. Windows color (decimal): -14277817 or 4662054. OLE color: 4662054.

HSL color Cylindrical-coordinate representation of color #262347: hue angle of 245º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #262347 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB383571-
CMYK0.460.5100.72
HSL245º33.96%20.78%-
HSV(B)245º50.7%27.84%-
XYZ2.542.076.23-
YUV40145.49126.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.39%
GREEN value IS 35 (14.06% from 255) = 24.31%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=26.39%
G=24.31%
B=49.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3835710.460.5100.7224533.9620.78
Hex2623472E33048f52215
Octal4643107566301103654225
Binary1001101000111000111101110110011010010001111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262347; }

 p { color: rgb(38,35,71); }

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

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

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

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

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

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

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