Html Css Color HEX #241C53 Paua

📋 copy color: '#241C53'

red 36 ◦ green 28 ◦ blue 83

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

Shades of Paua #241C53

Tints of Paua #241C53

RGB

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

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

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

R = 24.49%
G = 19.05%
B = 56.46%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241C53 (or 0x241C53) is known color: Paua. HEX triplet: 24, 1C and 53. RGB value is (36,28,83). Sum of RGB (Red+Green+Blue) = 36+28+83=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #241C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C53 is #DBE3AC. Grayscale: #242424. Windows color (decimal): -14410669 or 5446692. OLE color: 5446692.

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

Color convert

RGB 36 28 83 -
CMYK 0.57 0.66 0 0.67
HSL 248.73º 0.5% 0.22% -
HSV(B) 248.73º 0.66% 0.33% -
XYZ 2.7 1.83 8.39 -
YUV 36.66 154.15 127.53 -
System Red Green Blue C M Y K H S L
Decimal 36 28 83 0.57 0.66 0 0.67 248.73 0.5 0.22
Hex 24 1C 53 39 42 0 43 F9 32 16
Octal 44 34 123 71 102 0 103 371 62 26
Binary 100100 11100 1010011 111001 1000010 0 1000011 11111001 110010 10110

Color Harmonies of #241C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241C53

Black with #241C53

Text Example


Text Example

White with #241C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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