Html Css Color HEX #241753 Paua

📋 copy color: '#241753'

red 36 ◦ green 23 ◦ blue 83

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

Shades of Paua #241753

Tints of Paua #241753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 25.35%
G = 16.2%
B = 58.45%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241753 (or 0x241753) is known color: Paua. HEX triplet: 24, 17 and 53. RGB value is (36,23,83). Sum of RGB (Red+Green+Blue) = 36+23+83=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #241753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241753 is #DBE8AC. Grayscale: #212121. Windows color (decimal): -14411949 or 5445412. OLE color: 5445412.

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

Color convert

RGB 36 23 83 -
CMYK 0.57 0.72 0 0.67
HSL 253º 0.57% 0.21% -
HSV(B) 253º 0.72% 0.33% -
XYZ 2.6 1.61 8.36 -
YUV 33.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 36 23 83 0.57 0.72 0 0.67 253 0.57 0.21
Hex 24 17 53 39 48 0 43 FD 39 15
Octal 44 27 123 71 110 0 103 375 71 25
Binary 100100 10111 1010011 111001 1001000 0 1000011 11111101 111001 10101

Color Harmonies of #241753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241753

Black with #241753

Text Example


Text Example

White with #241753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241753; }

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

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

background-color css

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

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

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

border-color css

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

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

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