Html Css Color HEX #261957 Paua

📋 copy color: '#261957'

red 38 ◦ green 25 ◦ blue 87

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

Shades of Paua #261957

Tints of Paua #261957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

 BLUE value IS 87 (34.38% from 255) = 58%

R = 25.33%
G = 16.67%
B = 58%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#261957 (or 0x261957) is known color: Paua. HEX triplet: 26, 19 and 57. RGB value is (38,25,87). Sum of RGB (Red+Green+Blue) = 38+25+87=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #261957 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261957 is #D9E6A8. Grayscale: #232323. Windows color (decimal): -14280361 or 5708070. OLE color: 5708070.

HSL color Cylindrical-coordinate representation of color #261957: hue angle of 252.58º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #261957 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 38 25 87 -
CMYK 0.56 0.71 0 0.66
HSL 252.58º 0.55% 0.22% -
HSV(B) 252.58º 0.71% 0.34% -
XYZ 2.87 1.8 9.21 -
YUV 35.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 38 25 87 0.56 0.71 0 0.66 252.58 0.55 0.22
Hex 26 19 57 38 47 0 42 FD 37 16
Octal 46 31 127 70 107 0 102 375 67 26
Binary 100110 11001 1010111 111000 1000111 0 1000010 11111101 110111 10110

Color Harmonies of #261957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261957

Black with #261957

Text Example


Text Example

White with #261957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261957; }

 p { color: rgb(38,25,87); }

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

background-color css

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

 a { background-color: rgb(38,25,87); }

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

border-color css

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

 span { border-color: rgb(38,25,87); }

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