#262244

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

Shades of Paua #262244

Tints of Paua #262244

Color information

#262244 (or 0x262244) is unknown color: approx Paua. HEX triplet: 26, 22 and 44. RGB value is (38,34,68). Sum of RGB (Red+Green+Blue) = 38+34+68=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 68 (26.95% from 255 or 48.57% from 140); Max value from RGB is 68 - color contains mainly: blue. Hex color #262244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262244 is #D9DDBB. Grayscale: #262626. Windows color (decimal): -14278076 or 4465190. OLE color: 4465190.

HSL color Cylindrical-coordinate representation of color #262244: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #262244 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB383468-
CMYK0.440.5000.73
HSL247.06º33.33%20%-
HSV(B)247.06º50%26.67%-
XYZ2.411.975.72-
YUV39.07144.33127.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 68 (26.95% from 255) = 48.57%
R=27.14%
G=24.29%
B=48.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3834680.440.5000.73247.0633.3320
Hex2622442C32049f72114
Octal4642104546201113674124
Binary1001101000101000100101100110010010010011111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262244; }

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

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

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

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

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

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

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

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