#262243

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

Shades of Paua #262243

Tints of Paua #262243

Color information

#262243 (or 0x262243) is unknown color: approx Paua. HEX triplet: 26, 22 and 43. RGB value is (38,34,67). Sum of RGB (Red+Green+Blue) = 38+34+67=139 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.34% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #262243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262243 is #D9DDBC. Grayscale: #262626. Windows color (decimal): -14278077 or 4399654. OLE color: 4399654.

HSL color Cylindrical-coordinate representation of color #262243: hue angle of 247.27º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262243 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB383467-
CMYK0.430.4900.74
HSL247.27º32.67%19.8%-
HSV(B)247.27º49.25%26.27%-
XYZ2.381.965.56-
YUV38.96143.83127.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.34%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 67 (26.56% from 255) = 48.20%
R=27.34%
G=24.46%
B=48.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3834670.430.4900.74247.2732.6719.8
Hex2622432B3104Af72114
Octal4642103536101123674124
Binary1001101000101000011101011110001010010101111011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262243; }

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

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

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

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

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

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

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

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