Html Css Color HEX #241A55 Paua

📋 copy color: '#241A55'

red 36 ◦ green 26 ◦ blue 85

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

Shades of Paua #241A55

Tints of Paua #241A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.69%

 BLUE value IS 85 (33.59% from 255) = 57.82%

R = 24.49%
G = 17.69%
B = 57.82%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241A55 (or 0x241A55) is known color: Paua. HEX triplet: 24, 1A and 55. RGB value is (36,26,85). Sum of RGB (Red+Green+Blue) = 36+26+85=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 85 (33.59% from 255 or 57.82% from 147); Max value from RGB is 85 - color contains mainly: blue. Hex color #241A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A55 is #DBE5AA. Grayscale: #232323. Windows color (decimal): -14411179 or 5577252. OLE color: 5577252.

HSL color Cylindrical-coordinate representation of color #241A55: hue angle of 250.17º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241A55 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 26 85 -
CMYK 0.58 0.69 0 0.67
HSL 250.17º 0.53% 0.22% -
HSV(B) 250.17º 0.69% 0.33% -
XYZ 2.74 1.77 8.79 -
YUV 35.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 36 26 85 0.58 0.69 0 0.67 250.17 0.53 0.22
Hex 24 1A 55 3A 45 0 43 FA 35 16
Octal 44 32 125 72 105 0 103 372 65 26
Binary 100100 11010 1010101 111010 1000101 0 1000011 11111010 110101 10110

Color Harmonies of #241A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A55

Black with #241A55

Text Example


Text Example

White with #241A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241A55; }

 p { color: rgb(36,26,85); }

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

background-color css

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

 a { background-color: rgb(36,26,85); }

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

border-color css

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

 span { border-color: rgb(36,26,85); }

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