Html Css Color HEX #26204C Paua

📋 copy color: '#26204C'

red 38 ◦ green 32 ◦ blue 76

#26204C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paua #26204C

Tints of Paua #26204C

RGB

 RED value IS 38 (15.23% from 255) = 26.03%

 GREEN value IS 32 (12.89% from 255) = 21.92%

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 26.03%
G = 21.92%
B = 52.05%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26204C (or 0x26204C) is known color: Paua. HEX triplet: 26, 20 and 4C. RGB value is (38,32,76). Sum of RGB (Red+Green+Blue) = 38+32+76=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #26204C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26204C is #D9DFB3. Grayscale: #262626. Windows color (decimal): -14278580 or 4988966. OLE color: 4988966.

HSL color Cylindrical-coordinate representation of color #26204C: hue angle of 248.18º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26204C is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 38 32 76 -
CMYK 0.5 0.58 0 0.70
HSL 248.18º 0.41% 0.21% -
HSV(B) 248.18º 0.58% 0.3% -
XYZ 2.62 1.97 7.08 -
YUV 38.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 38 32 76 0.5 0.58 0 0.70 248.18 0.41 0.21
Hex 26 20 4C 32 3A 0 46 F8 29 15
Octal 46 40 114 62 72 0 106 370 51 25
Binary 100110 100000 1001100 110010 111010 0 1000110 11111000 101001 10101

Color Harmonies of #26204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26204C

Black with #26204C

Text Example


Text Example

White with #26204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26204C; }

 p { color: rgb(38,32,76); }

 H1.HeaderClassName
 {
   color: #26204C;
 }
 .AnyTagClassName
 {
   color: #26204C;
 }
</style>

background-color css

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

 a { background-color: rgb(38,32,76); }

 div.DivClassName
 {
   background-color: #26204C;
 }
 .BgClassName
 {
   background-color: #26204C;
 }
</style>

border-color css

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

 span { border-color: rgb(38,32,76); }

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