Html Css Color HEX #261855 Paua

📋 copy color: '#261855'

red 38 ◦ green 24 ◦ blue 85

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

Shades of Paua #261855

Tints of Paua #261855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 57.82%

R = 25.85%
G = 16.33%
B = 57.82%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#261855 (or 0x261855) is known color: Paua. HEX triplet: 26, 18 and 55. RGB value is (38,24,85). Sum of RGB (Red+Green+Blue) = 38+24+85=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #261855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261855 is #D9E7AA. Grayscale: #222222. Windows color (decimal): -14280619 or 5576742. OLE color: 5576742.

HSL color Cylindrical-coordinate representation of color #261855: hue angle of 253.77º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #261855 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 24 85 -
CMYK 0.55 0.72 0 0.67
HSL 253.77º 0.56% 0.21% -
HSV(B) 253.77º 0.72% 0.33% -
XYZ 2.77 1.72 8.78 -
YUV 35.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 38 24 85 0.55 0.72 0 0.67 253.77 0.56 0.21
Hex 26 18 55 37 48 0 43 FE 38 15
Octal 46 30 125 67 110 0 103 376 70 25
Binary 100110 11000 1010101 110111 1001000 0 1000011 11111110 111000 10101

Color Harmonies of #261855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261855

Black with #261855

Text Example


Text Example

White with #261855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261855; }

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

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

background-color css

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

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

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

border-color css

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

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

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