#262247

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

Shades of Paua #262247

Tints of Paua #262247

Color information

#262247 (or 0x262247) is unknown color: approx Paua. HEX triplet: 26, 22 and 47. RGB value is (38,34,71). Sum of RGB (Red+Green+Blue) = 38+34+71=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #262247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262247 is #D9DDB8. Grayscale: #272727. Windows color (decimal): -14278073 or 4661798. OLE color: 4661798.

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

Color convert

RGB383471-
CMYK0.460.5200.72
HSL246.49º35.24%20.59%-
HSV(B)246.49º52.11%27.84%-
XYZ2.512.016.22-
YUV39.41145.83126.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.57%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=26.57%
G=23.78%
B=49.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3834710.460.5200.72246.4935.2420.59
Hex2622472E34048f62315
Octal4642107566401103664325
Binary1001101000101000111101110110100010010001111011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262247; }

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

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

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

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

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

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

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

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