Html Css Color HEX #262549 Paua

📋 copy color: '#262549'

red 38 ◦ green 37 ◦ blue 73

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

Shades of Paua #262549

Tints of Paua #262549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25%

 BLUE value IS 73 (28.91% from 255) = 49.32%

R = 25.68%
G = 25%
B = 49.32%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#262549 (or 0x262549) is known color: Paua. HEX triplet: 26, 25 and 49. RGB value is (38,37,73). Sum of RGB (Red+Green+Blue) = 38+37+73=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 73 (28.91% from 255 or 49.32% from 148); Max value from RGB is 73 - color contains mainly: blue. Hex color #262549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262549 is #D9DAB6. Grayscale: #292929. Windows color (decimal): -14277303 or 4793638. OLE color: 4793638.

HSL color Cylindrical-coordinate representation of color #262549: hue angle of 241.67º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #262549 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 37 73 -
CMYK 0.48 0.49 0 0.71
HSL 241.67º 0.33% 0.22% -
HSV(B) 241.67º 0.49% 0.29% -
XYZ 2.66 2.22 6.59 -
YUV 41.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 38 37 73 0.48 0.49 0 0.71 241.67 0.33 0.22
Hex 26 25 49 30 31 0 47 F2 21 16
Octal 46 45 111 60 61 0 107 362 41 26
Binary 100110 100101 1001001 110000 110001 0 1000111 11110010 100001 10110

Color Harmonies of #262549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262549

Black with #262549

Text Example


Text Example

White with #262549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262549; }

 p { color: rgb(38,37,73); }

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

background-color css

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

 a { background-color: rgb(38,37,73); }

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

border-color css

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

 span { border-color: rgb(38,37,73); }

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