Html Css Color HEX #261755 Paua

📋 copy color: '#261755'

red 38 ◦ green 23 ◦ blue 85

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

Shades of Paua #261755

Tints of Paua #261755

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

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

R = 26.03%
G = 15.75%
B = 58.22%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#261755 (or 0x261755) is known color: Paua. HEX triplet: 26, 17 and 55. RGB value is (38,23,85). Sum of RGB (Red+Green+Blue) = 38+23+85=146 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.03% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #261755 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261755 is #D9E8AA. Grayscale: #222222. Windows color (decimal): -14280875 or 5576486. OLE color: 5576486.

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

Color convert

RGB 38 23 85 -
CMYK 0.55 0.73 0 0.67
HSL 254.52º 0.57% 0.21% -
HSV(B) 254.52º 0.73% 0.33% -
XYZ 2.75 1.68 8.77 -
YUV 34.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 38 23 85 0.55 0.73 0 0.67 254.52 0.57 0.21
Hex 26 17 55 37 49 0 43 FF 39 15
Octal 46 27 125 67 111 0 103 377 71 25
Binary 100110 10111 1010101 110111 1001001 0 1000011 11111111 111001 10101

Color Harmonies of #261755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261755

Black with #261755

Text Example


Text Example

White with #261755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261755; }

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

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

background-color css

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

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

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

border-color css

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

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

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