Html Css Color HEX #242055 Paua

📋 copy color: '#242055'

red 36 ◦ green 32 ◦ blue 85

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

Shades of Paua #242055

Tints of Paua #242055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

 BLUE value IS 85 (33.59% from 255) = 55.56%

R = 23.53%
G = 20.92%
B = 55.56%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242055 (or 0x242055) is known color: Paua. HEX triplet: 24, 20 and 55. RGB value is (36,32,85). Sum of RGB (Red+Green+Blue) = 36+32+85=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 85 (33.59% from 255 or 55.56% from 153); Max value from RGB is 85 - color contains mainly: blue. Hex color #242055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242055 is #DBDFAA. Grayscale: #272727. Windows color (decimal): -14409643 or 5578788. OLE color: 5578788.

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

Color convert

RGB 36 32 85 -
CMYK 0.58 0.62 0 0.67
HSL 244.53º 0.45% 0.23% -
HSV(B) 244.53º 0.62% 0.33% -
XYZ 2.88 2.06 8.84 -
YUV 39.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 36 32 85 0.58 0.62 0 0.67 244.53 0.45 0.23
Hex 24 20 55 3A 3E 0 43 F5 2D 17
Octal 44 40 125 72 76 0 103 365 55 27
Binary 100100 100000 1010101 111010 111110 0 1000011 11110101 101101 10111

Color Harmonies of #242055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242055

Black with #242055

Text Example


Text Example

White with #242055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242055; }

 p { color: rgb(36,32,85); }

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

background-color css

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

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

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

border-color css

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

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

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