Html Css Color HEX #262259 Paua

📋 copy color: '#262259'

red 38 ◦ green 34 ◦ blue 89

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

Shades of Paua #262259

Tints of Paua #262259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.12%

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

R = 23.6%
G = 21.12%
B = 55.28%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#262259 (or 0x262259) is known color: Paua. HEX triplet: 26, 22 and 59. RGB value is (38,34,89). Sum of RGB (Red+Green+Blue) = 38+34+89=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #262259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262259 is #D9DDA6. Grayscale: #292929. Windows color (decimal): -14278055 or 5841446. OLE color: 5841446.

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

Color convert

RGB 38 34 89 -
CMYK 0.57 0.62 0 0.65
HSL 244.36º 0.45% 0.24% -
HSV(B) 244.36º 0.62% 0.35% -
XYZ 3.17 2.28 9.72 -
YUV 41.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 38 34 89 0.57 0.62 0 0.65 244.36 0.45 0.24
Hex 26 22 59 39 3E 0 41 F4 2D 18
Octal 46 42 131 71 76 0 101 364 55 30
Binary 100110 100010 1011001 111001 111110 0 1000001 11110100 101101 11000

Color Harmonies of #262259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262259

Black with #262259

Text Example


Text Example

White with #262259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262259; }

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

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

background-color css

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

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

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

border-color css

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

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

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