Html Css Color HEX #242253 Paua

📋 copy color: '#242253'

red 36 ◦ green 34 ◦ blue 83

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

Shades of Paua #242253

Tints of Paua #242253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.22%

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

R = 23.53%
G = 22.22%
B = 54.25%

CMYK

 C value IS 0.57

 M value IS 0.59

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242253 (or 0x242253) is known color: Paua. HEX triplet: 24, 22 and 53. RGB value is (36,34,83). Sum of RGB (Red+Green+Blue) = 36+34+83=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #242253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242253 is #DBDDAC. Grayscale: #272727. Windows color (decimal): -14409133 or 5448228. OLE color: 5448228.

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

Color convert

RGB 36 34 83 -
CMYK 0.57 0.59 0 0.67
HSL 242.45º 0.42% 0.23% -
HSV(B) 242.45º 0.59% 0.33% -
XYZ 2.86 2.14 8.45 -
YUV 40.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 36 34 83 0.57 0.59 0 0.67 242.45 0.42 0.23
Hex 24 22 53 39 3B 0 43 F2 2A 17
Octal 44 42 123 71 73 0 103 362 52 27
Binary 100100 100010 1010011 111001 111011 0 1000011 11110010 101010 10111

Color Harmonies of #242253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242253

Black with #242253

Text Example


Text Example

White with #242253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242253; }

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

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

background-color css

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

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

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

border-color css

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

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

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