Html Css Color HEX #261A50 Paua

📋 copy color: '#261A50'

red 38 ◦ green 26 ◦ blue 80

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

Shades of Paua #261A50

Tints of Paua #261A50

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

 BLUE value IS 80 (31.64% from 255) = 55.56%

R = 26.39%
G = 18.06%
B = 55.56%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#261A50 (or 0x261A50) is known color: Paua. HEX triplet: 26, 1A and 50. RGB value is (38,26,80). Sum of RGB (Red+Green+Blue) = 38+26+80=144 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.39% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #261A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261A50 is #D9E5AF. Grayscale: #232323. Windows color (decimal): -14280112 or 5249574. OLE color: 5249574.

HSL color Cylindrical-coordinate representation of color #261A50: hue angle of 253.33º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #261A50 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 26 80 -
CMYK 0.52 0.67 0 0.69
HSL 253.33º 0.51% 0.21% -
HSV(B) 253.33º 0.68% 0.31% -
XYZ 2.62 1.73 7.79 -
YUV 35.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 38 26 80 0.52 0.67 0 0.69 253.33 0.51 0.21
Hex 26 1A 50 34 43 0 45 FD 33 15
Octal 46 32 120 64 103 0 105 375 63 25
Binary 100110 11010 1010000 110100 1000011 0 1000101 11111101 110011 10101

Color Harmonies of #261A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261A50

Black with #261A50

Text Example


Text Example

White with #261A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261A50; }

 p { color: rgb(38,26,80); }

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

background-color css

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

 a { background-color: rgb(38,26,80); }

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

border-color css

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

 span { border-color: rgb(38,26,80); }

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