Html Css Color HEX #241C5E Paua

📋 copy color: '#241C5E'

red 36 ◦ green 28 ◦ blue 94

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

Shades of Paua #241C5E

Tints of Paua #241C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.72%

 BLUE value IS 94 (37.11% from 255) = 59.49%

R = 22.78%
G = 17.72%
B = 59.49%

CMYK

 C value IS 0.62

 M value IS 0.70

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#241C5E (or 0x241C5E) is known color: Paua. HEX triplet: 24, 1C and 5E. RGB value is (36,28,94). Sum of RGB (Red+Green+Blue) = 36+28+94=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 28 (11.33% from 255 or 17.72% from 158); Blue value is 94 (37.11% from 255 or 59.49% from 158); Max value from RGB is 94 - color contains mainly: blue. Hex color #241C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C5E is #DBE3A1. Grayscale: #252525. Windows color (decimal): -14410658 or 6167588. OLE color: 6167588.

HSL color Cylindrical-coordinate representation of color #241C5E: hue angle of 247.27º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #241C5E is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 28 94 -
CMYK 0.62 0.70 0 0.63
HSL 247.27º 0.54% 0.24% -
HSV(B) 247.27º 0.7% 0.37% -
XYZ 3.16 2.01 10.81 -
YUV 37.92 159.65 126.63 -
System Red Green Blue C M Y K H S L
Decimal 36 28 94 0.62 0.70 0 0.63 247.27 0.54 0.24
Hex 24 1C 5E 3E 46 0 3F F7 36 18
Octal 44 34 136 76 106 0 77 367 66 30
Binary 100100 11100 1011110 111110 1000110 0 111111 11110111 110110 11000

Color Harmonies of #241C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C5E

Black with #241C5E

Text Example


Text Example

White with #241C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,28,94); }

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

background-color css

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

 a { background-color: rgb(36,28,94); }

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

border-color css

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

 span { border-color: rgb(36,28,94); }

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