Html Css Color HEX #261658 Paua

📋 copy color: '#261658'

red 38 ◦ green 22 ◦ blue 88

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

Shades of Paua #261658

Tints of Paua #261658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

 BLUE value IS 88 (34.77% from 255) = 59.46%

R = 25.68%
G = 14.86%
B = 59.46%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#261658 (or 0x261658) is known color: Paua. HEX triplet: 26, 16 and 58. RGB value is (38,22,88). Sum of RGB (Red+Green+Blue) = 38+22+88=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #261658 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261658 is #D9E9A7. Grayscale: #222222. Windows color (decimal): -14281128 or 5772838. OLE color: 5772838.

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

Color convert

RGB 38 22 88 -
CMYK 0.57 0.75 0 0.65
HSL 254.55º 0.6% 0.22% -
HSV(B) 254.55º 0.75% 0.35% -
XYZ 2.85 1.69 9.41 -
YUV 34.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 38 22 88 0.57 0.75 0 0.65 254.55 0.6 0.22
Hex 26 16 58 39 4B 0 41 FF 3C 16
Octal 46 26 130 71 113 0 101 377 74 26
Binary 100110 10110 1011000 111001 1001011 0 1000001 11111111 111100 10110

Color Harmonies of #261658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261658

Black with #261658

Text Example


Text Example

White with #261658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261658; }

 p { color: rgb(38,22,88); }

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

background-color css

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

 a { background-color: rgb(38,22,88); }

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

border-color css

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

 span { border-color: rgb(38,22,88); }

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