Html Css Color HEX #262251 Paua

📋 copy color: '#262251'

red 38 ◦ green 34 ◦ blue 81

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

Shades of Paua #262251

Tints of Paua #262251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 24.84%
G = 22.22%
B = 52.94%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#262251 (or 0x262251) is known color: Paua. HEX triplet: 26, 22 and 51. RGB value is (38,34,81). Sum of RGB (Red+Green+Blue) = 38+34+81=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #262251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262251 is #D9DDAE. Grayscale: #282828. Windows color (decimal): -14278063 or 5317158. OLE color: 5317158.

HSL color Cylindrical-coordinate representation of color #262251: hue angle of 245.11º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #262251 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 34 81 -
CMYK 0.53 0.58 0 0.68
HSL 245.11º 0.41% 0.23% -
HSV(B) 245.11º 0.58% 0.32% -
XYZ 2.86 2.15 8.05 -
YUV 40.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 38 34 81 0.53 0.58 0 0.68 245.11 0.41 0.23
Hex 26 22 51 35 3A 0 44 F5 29 17
Octal 46 42 121 65 72 0 104 365 51 27
Binary 100110 100010 1010001 110101 111010 0 1000100 11110101 101001 10111

Color Harmonies of #262251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262251

Black with #262251

Text Example


Text Example

White with #262251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262251; }

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

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

background-color css

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

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

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

border-color css

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

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

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