Html Css Color HEX #261E57 Paua

📋 copy color: '#261E57'

red 38 ◦ green 30 ◦ blue 87

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

Shades of Paua #261E57

Tints of Paua #261E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

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

R = 24.52%
G = 19.35%
B = 56.13%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#261E57 (or 0x261E57) is known color: Paua. HEX triplet: 26, 1E and 57. RGB value is (38,30,87). Sum of RGB (Red+Green+Blue) = 38+30+87=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #261E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261E57 is #D9E1A8. Grayscale: #262626. Windows color (decimal): -14279081 or 5709350. OLE color: 5709350.

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

Color convert

RGB 38 30 87 -
CMYK 0.56 0.66 0 0.66
HSL 248.42º 0.49% 0.23% -
HSV(B) 248.42º 0.66% 0.34% -
XYZ 2.98 2.03 9.25 -
YUV 38.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 38 30 87 0.56 0.66 0 0.66 248.42 0.49 0.23
Hex 26 1E 57 38 42 0 42 F8 31 17
Octal 46 36 127 70 102 0 102 370 61 27
Binary 100110 11110 1010111 111000 1000010 0 1000010 11111000 110001 10111

Color Harmonies of #261E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E57

Black with #261E57

Text Example


Text Example

White with #261E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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