Html Css Color HEX #261F47 Paua

📋 copy color: '#261F47'

red 38 ◦ green 31 ◦ blue 71

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

Shades of Paua #261F47

Tints of Paua #261F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 50.71%

R = 27.14%
G = 22.14%
B = 50.71%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#261F47 (or 0x261F47) is known color: Paua. HEX triplet: 26, 1F and 47. RGB value is (38,31,71). Sum of RGB (Red+Green+Blue) = 38+31+71=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #261F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F47 is #D9E0B8. Grayscale: #252525. Windows color (decimal): -14278841 or 4661030. OLE color: 4661030.

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

Color convert

RGB 38 31 71 -
CMYK 0.46 0.56 0 0.72
HSL 250.5º 0.39% 0.2% -
HSV(B) 250.5º 0.56% 0.28% -
XYZ 2.43 1.85 6.19 -
YUV 37.65 146.82 128.25 -
System Red Green Blue C M Y K H S L
Decimal 38 31 71 0.46 0.56 0 0.72 250.5 0.39 0.2
Hex 26 1F 47 2E 38 0 48 FB 27 14
Octal 46 37 107 56 70 0 110 373 47 24
Binary 100110 11111 1000111 101110 111000 0 1001000 11111011 100111 10100

Color Harmonies of #261F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F47

Black with #261F47

Text Example


Text Example

White with #261F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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