Html Css Color HEX #242452 Paua

📋 copy color: '#242452'

red 36 ◦ green 36 ◦ blue 82

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

Shades of Paua #242452

Tints of Paua #242452

RGB

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

 GREEN value IS 36 (14.45% from 255) = 23.38%

 BLUE value IS 82 (32.42% from 255) = 53.25%

R = 23.38%
G = 23.38%
B = 53.25%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#242452 (or 0x242452) is known color: Paua. HEX triplet: 24, 24 and 52. RGB value is (36,36,82). Sum of RGB (Red+Green+Blue) = 36+36+82=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 82 (32.42% from 255 or 53.25% from 154); Max value from RGB is 82 - color contains mainly: blue. Hex color #242452 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242452 is #DBDBAD. Grayscale: #292929. Windows color (decimal): -14408622 or 5383204. OLE color: 5383204.

HSL color Cylindrical-coordinate representation of color #242452: hue angle of 240º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242452 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 36 82 -
CMYK 0.56 0.56 0 0.68
HSL 240º 0.39% 0.23% -
HSV(B) 240º 0.56% 0.32% -
XYZ 2.88 2.25 8.26 -
YUV 41.24 151 124.26 -
System Red Green Blue C M Y K H S L
Decimal 36 36 82 0.56 0.56 0 0.68 240 0.39 0.23
Hex 24 24 52 38 38 0 44 F0 27 17
Octal 44 44 122 70 70 0 104 360 47 27
Binary 100100 100100 1010010 111000 111000 0 1000100 11110000 100111 10111

Color Harmonies of #242452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242452

Black with #242452

Text Example


Text Example

White with #242452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242452; }

 p { color: rgb(36,36,82); }

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

background-color css

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

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

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

border-color css

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

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

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