Html Css Color HEX #241E53 Paua

📋 copy color: '#241E53'

red 36 ◦ green 30 ◦ blue 83

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

Shades of Paua #241E53

Tints of Paua #241E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 55.7%

R = 24.16%
G = 20.13%
B = 55.7%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241E53 (or 0x241E53) is known color: Paua. HEX triplet: 24, 1E and 53. RGB value is (36,30,83). Sum of RGB (Red+Green+Blue) = 36+30+83=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #241E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241E53 is #DBE1AC. Grayscale: #252525. Windows color (decimal): -14410157 or 5447204. OLE color: 5447204.

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

Color convert

RGB 36 30 83 -
CMYK 0.57 0.64 0 0.67
HSL 246.79º 0.47% 0.22% -
HSV(B) 246.79º 0.64% 0.33% -
XYZ 2.75 1.93 8.41 -
YUV 37.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 36 30 83 0.57 0.64 0 0.67 246.79 0.47 0.22
Hex 24 1E 53 39 40 0 43 F7 2F 16
Octal 44 36 123 71 100 0 103 367 57 26
Binary 100100 11110 1010011 111001 1000000 0 1000011 11110111 101111 10110

Color Harmonies of #241E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E53

Black with #241E53

Text Example


Text Example

White with #241E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,30,83); }

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

background-color css

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

 a { background-color: rgb(36,30,83); }

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

border-color css

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

 span { border-color: rgb(36,30,83); }

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