Html Css Color HEX #241F5E Paua

📋 copy color: '#241F5E'

red 36 ◦ green 31 ◦ blue 94

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

Shades of Paua #241F5E

Tints of Paua #241F5E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.25%

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

R = 22.36%
G = 19.25%
B = 58.39%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#241F5E (or 0x241F5E) is known color: Paua. HEX triplet: 24, 1F and 5E. RGB value is (36,31,94). Sum of RGB (Red+Green+Blue) = 36+31+94=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 94 (37.11% from 255 or 58.39% from 161); Max value from RGB is 94 - color contains mainly: blue. Hex color #241F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F5E is #DBE0A1. Grayscale: #272727. Windows color (decimal): -14409890 or 6168356. OLE color: 6168356.

HSL color Cylindrical-coordinate representation of color #241F5E: hue angle of 244.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241F5E is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 36 31 94 -
CMYK 0.62 0.67 0 0.63
HSL 244.76º 0.5% 0.25% -
HSV(B) 244.76º 0.67% 0.37% -
XYZ 3.24 2.16 10.84 -
YUV 39.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 36 31 94 0.62 0.67 0 0.63 244.76 0.5 0.25
Hex 24 1F 5E 3E 43 0 3F F5 32 19
Octal 44 37 136 76 103 0 77 365 62 31
Binary 100100 11111 1011110 111110 1000011 0 111111 11110101 110010 11001

Color Harmonies of #241F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F5E

Black with #241F5E

Text Example


Text Example

White with #241F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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