Html Css Color HEX #26204B Paua

📋 copy color: '#26204B'

red 38 ◦ green 32 ◦ blue 75

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

Shades of Paua #26204B

Tints of Paua #26204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.72%

R = 26.21%
G = 22.07%
B = 51.72%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26204B (or 0x26204B) is known color: Paua. HEX triplet: 26, 20 and 4B. RGB value is (38,32,75). Sum of RGB (Red+Green+Blue) = 38+32+75=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #26204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26204B is #D9DFB4. Grayscale: #262626. Windows color (decimal): -14278581 or 4923430. OLE color: 4923430.

HSL color Cylindrical-coordinate representation of color #26204B: hue angle of 248.37º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26204B is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 32 75 -
CMYK 0.49 0.57 0 0.71
HSL 248.37º 0.4% 0.21% -
HSV(B) 248.37º 0.57% 0.29% -
XYZ 2.59 1.95 6.9 -
YUV 38.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 38 32 75 0.49 0.57 0 0.71 248.37 0.4 0.21
Hex 26 20 4B 31 39 0 47 F8 28 15
Octal 46 40 113 61 71 0 107 370 50 25
Binary 100110 100000 1001011 110001 111001 0 1000111 11111000 101000 10101

Color Harmonies of #26204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26204B

Black with #26204B

Text Example


Text Example

White with #26204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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