Html Css Color HEX #261F48 Paua

📋 copy color: '#261F48'

red 38 ◦ green 31 ◦ blue 72

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

Shades of Paua #261F48

Tints of Paua #261F48

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.99%

 BLUE value IS 72 (28.52% from 255) = 51.06%

R = 26.95%
G = 21.99%
B = 51.06%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#261F48 (or 0x261F48) is known color: Paua. HEX triplet: 26, 1F and 48. RGB value is (38,31,72). Sum of RGB (Red+Green+Blue) = 38+31+72=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #261F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F48 is #D9E0B7. Grayscale: #252525. Windows color (decimal): -14278840 or 4726566. OLE color: 4726566.

HSL color Cylindrical-coordinate representation of color #261F48: hue angle of 250.24º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #261F48 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 31 72 -
CMYK 0.47 0.57 0 0.72
HSL 250.24º 0.4% 0.2% -
HSV(B) 250.24º 0.57% 0.28% -
XYZ 2.46 1.86 6.36 -
YUV 37.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 38 31 72 0.47 0.57 0 0.72 250.24 0.4 0.2
Hex 26 1F 48 2F 39 0 48 FA 28 14
Octal 46 37 110 57 71 0 110 372 50 24
Binary 100110 11111 1001000 101111 111001 0 1001000 11111010 101000 10100

Color Harmonies of #261F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F48

Black with #261F48

Text Example


Text Example

White with #261F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,31,72); }

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

background-color css

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

 a { background-color: rgb(38,31,72); }

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

border-color css

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

 span { border-color: rgb(38,31,72); }

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