Html Css Color HEX #242453 Paua

📋 copy color: '#242453'

red 36 ◦ green 36 ◦ blue 83

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

Shades of Paua #242453

Tints of Paua #242453

RGB

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

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

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

R = 23.23%
G = 23.23%
B = 53.55%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242453 (or 0x242453) is known color: Paua. HEX triplet: 24, 24 and 53. RGB value is (36,36,83). Sum of RGB (Red+Green+Blue) = 36+36+83=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #242453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242453 is #DBDBAC. Grayscale: #292929. Windows color (decimal): -14408621 or 5448740. OLE color: 5448740.

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

Color convert

RGB 36 36 83 -
CMYK 0.57 0.57 0 0.67
HSL 240º 0.39% 0.23% -
HSV(B) 240º 0.57% 0.33% -
XYZ 2.92 2.26 8.47 -
YUV 41.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 36 36 83 0.57 0.57 0 0.67 240 0.39 0.23
Hex 24 24 53 39 39 0 43 F0 27 17
Octal 44 44 123 71 71 0 103 360 47 27
Binary 100100 100100 1010011 111001 111001 0 1000011 11110000 100111 10111

Color Harmonies of #242453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242453

Black with #242453

Text Example


Text Example

White with #242453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242453; }

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

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

background-color css

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

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

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

border-color css

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

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

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