Html Css Color HEX #261859 Paua

📋 copy color: '#261859'

red 38 ◦ green 24 ◦ blue 89

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

Shades of Paua #261859

Tints of Paua #261859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.89%

 BLUE value IS 89 (35.16% from 255) = 58.94%

R = 25.17%
G = 15.89%
B = 58.94%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261859 (or 0x261859) is known color: Paua. HEX triplet: 26, 18 and 59. RGB value is (38,24,89). Sum of RGB (Red+Green+Blue) = 38+24+89=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #261859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261859 is #D9E7A6. Grayscale: #232323. Windows color (decimal): -14280615 or 5838886. OLE color: 5838886.

HSL color Cylindrical-coordinate representation of color #261859: hue angle of 252.92º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #261859 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 38 24 89 -
CMYK 0.57 0.73 0 0.65
HSL 252.92º 0.58% 0.22% -
HSV(B) 252.92º 0.73% 0.35% -
XYZ 2.93 1.79 9.64 -
YUV 35.6 158.14 129.71 -
System Red Green Blue C M Y K H S L
Decimal 38 24 89 0.57 0.73 0 0.65 252.92 0.58 0.22
Hex 26 18 59 39 49 0 41 FD 3A 16
Octal 46 30 131 71 111 0 101 375 72 26
Binary 100110 11000 1011001 111001 1001001 0 1000001 11111101 111010 10110

Color Harmonies of #261859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261859

Black with #261859

Text Example


Text Example

White with #261859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261859; }

 p { color: rgb(38,24,89); }

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

background-color css

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

 a { background-color: rgb(38,24,89); }

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

border-color css

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

 span { border-color: rgb(38,24,89); }

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