#26214E

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

Shades of Paua #26214E

Tints of Paua #26214E

Color information

#26214E (or 0x26214E) is unknown color: approx Paua. HEX triplet: 26, 21 and 4E. RGB value is (38,33,78). Sum of RGB (Red+Green+Blue) = 38+33+78=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #26214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26214E is #D9DEB1. Grayscale: #272727. Windows color (decimal): -14278322 or 5120294. OLE color: 5120294.

HSL color Cylindrical-coordinate representation of color #26214E: hue angle of 246.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26214E is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB383378-
CMYK0.510.5800.69
HSL246.67º40.54%21.76%-
HSV(B)246.67º57.69%30.59%-
XYZ2.722.057.46-
YUV39.62149.66126.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 78 (30.86% from 255) = 52.35%
R=25.50%
G=22.15%
B=52.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3833780.510.5800.69246.6740.5421.76
Hex26214E333A045f72916
Octal4641116637201053675126
Binary1001101000011001110110011111010010001011111011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26214E; }

 p { color: rgb(38,33,78); }

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

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

 a { background-color: rgb(38,33,78); }

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

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

 span { border-color: rgb(38,33,78); }

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