Html Css Color HEX #242153 Paua

📋 copy color: '#242153'

red 36 ◦ green 33 ◦ blue 83

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

Shades of Paua #242153

Tints of Paua #242153

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 23.68%
G = 21.71%
B = 54.61%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242153 (or 0x242153) is known color: Paua. HEX triplet: 24, 21 and 53. RGB value is (36,33,83). Sum of RGB (Red+Green+Blue) = 36+33+83=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #242153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242153 is #DBDEAC. Grayscale: #272727. Windows color (decimal): -14409389 or 5447972. OLE color: 5447972.

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

Color convert

RGB 36 33 83 -
CMYK 0.57 0.60 0 0.67
HSL 243.6º 0.43% 0.23% -
HSV(B) 243.6º 0.6% 0.33% -
XYZ 2.83 2.09 8.44 -
YUV 39.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 36 33 83 0.57 0.60 0 0.67 243.6 0.43 0.23
Hex 24 21 53 39 3C 0 43 F4 2B 17
Octal 44 41 123 71 74 0 103 364 53 27
Binary 100100 100001 1010011 111001 111100 0 1000011 11110100 101011 10111

Color Harmonies of #242153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242153

Black with #242153

Text Example


Text Example

White with #242153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242153; }

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

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

background-color css

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

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

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

border-color css

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

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

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