Html Css Color HEX #26254F Paua

📋 copy color: '#26254F'

red 38 ◦ green 37 ◦ blue 79

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

Shades of Paua #26254F

Tints of Paua #26254F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 51.3%

R = 24.68%
G = 24.03%
B = 51.3%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#26254F (or 0x26254F) is known color: Paua. HEX triplet: 26, 25 and 4F. RGB value is (38,37,79). Sum of RGB (Red+Green+Blue) = 38+37+79=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #26254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26254F is #D9DAB0. Grayscale: #292929. Windows color (decimal): -14277297 or 5186854. OLE color: 5186854.

HSL color Cylindrical-coordinate representation of color #26254F: hue angle of 241.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #26254F is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 37 79 -
CMYK 0.52 0.53 0 0.69
HSL 241.43º 0.36% 0.23% -
HSV(B) 241.43º 0.53% 0.31% -
XYZ 2.87 2.3 7.69 -
YUV 42.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 38 37 79 0.52 0.53 0 0.69 241.43 0.36 0.23
Hex 26 25 4F 34 35 0 45 F1 24 17
Octal 46 45 117 64 65 0 105 361 44 27
Binary 100110 100101 1001111 110100 110101 0 1000101 11110001 100100 10111

Color Harmonies of #26254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26254F

Black with #26254F

Text Example


Text Example

White with #26254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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