Html Css Color HEX #241556 Paua

📋 copy color: '#241556'

red 36 ◦ green 21 ◦ blue 86

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

Shades of Paua #241556

Tints of Paua #241556

RGB

 RED value IS 36 (14.45% from 255) = 25.17%

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 86 (33.98% from 255) = 60.14%

R = 25.17%
G = 14.69%
B = 60.14%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#241556 (or 0x241556) is known color: Paua. HEX triplet: 24, 15 and 56. RGB value is (36,21,86). Sum of RGB (Red+Green+Blue) = 36+21+86=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #241556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241556 is #DBEAA9. Grayscale: #202020. Windows color (decimal): -14412458 or 5641508. OLE color: 5641508.

HSL color Cylindrical-coordinate representation of color #241556: hue angle of 253.85º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #241556 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 21 86 -
CMYK 0.58 0.76 0 0.66
HSL 253.85º 0.61% 0.21% -
HSV(B) 253.85º 0.76% 0.34% -
XYZ 2.68 1.58 8.97 -
YUV 32.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 36 21 86 0.58 0.76 0 0.66 253.85 0.61 0.21
Hex 24 15 56 3A 4C 0 42 FE 3D 15
Octal 44 25 126 72 114 0 102 376 75 25
Binary 100100 10101 1010110 111010 1001100 0 1000010 11111110 111101 10101

Color Harmonies of #241556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241556

Black with #241556

Text Example


Text Example

White with #241556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241556; }

 p { color: rgb(36,21,86); }

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

background-color css

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

 a { background-color: rgb(36,21,86); }

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

border-color css

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

 span { border-color: rgb(36,21,86); }

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