Html Css Color HEX #26254A Paua

📋 copy color: '#26254A'

red 38 ◦ green 37 ◦ blue 74

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

Shades of Paua #26254A

Tints of Paua #26254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

 BLUE value IS 74 (29.3% from 255) = 49.66%

R = 25.5%
G = 24.83%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#26254A (or 0x26254A) is known color: Paua. HEX triplet: 26, 25 and 4A. RGB value is (38,37,74). Sum of RGB (Red+Green+Blue) = 38+37+74=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #26254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26254A is #D9DAB5. Grayscale: #292929. Windows color (decimal): -14277302 or 4859174. OLE color: 4859174.

HSL color Cylindrical-coordinate representation of color #26254A: hue angle of 241.62º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26254A is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 37 74 -
CMYK 0.49 0.50 0 0.71
HSL 241.62º 0.33% 0.22% -
HSV(B) 241.62º 0.5% 0.29% -
XYZ 2.7 2.23 6.77 -
YUV 41.52 146.33 125.49 -
System Red Green Blue C M Y K H S L
Decimal 38 37 74 0.49 0.50 0 0.71 241.62 0.33 0.22
Hex 26 25 4A 31 32 0 47 F2 21 16
Octal 46 45 112 61 62 0 107 362 41 26
Binary 100110 100101 1001010 110001 110010 0 1000111 11110010 100001 10110

Color Harmonies of #26254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26254A

Black with #26254A

Text Example


Text Example

White with #26254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26254A; }

 p { color: rgb(38,37,74); }

 H1.HeaderClassName
 {
   color: #26254A;
 }
 .AnyTagClassName
 {
   color: #26254A;
 }
</style>

background-color css

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

 a { background-color: rgb(38,37,74); }

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

border-color css

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

 span { border-color: rgb(38,37,74); }

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