Html Css Color HEX #242255 Paua

📋 copy color: '#242255'

red 36 ◦ green 34 ◦ blue 85

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

Shades of Paua #242255

Tints of Paua #242255

RGB

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

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

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

R = 23.23%
G = 21.94%
B = 54.84%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#242255 (or 0x242255) is known color: Paua. HEX triplet: 24, 22 and 55. RGB value is (36,34,85). Sum of RGB (Red+Green+Blue) = 36+34+85=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #242255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242255 is #DBDDAA. Grayscale: #282828. Windows color (decimal): -14409131 or 5579300. OLE color: 5579300.

HSL color Cylindrical-coordinate representation of color #242255: hue angle of 242.35º 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 #242255 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 34 85 -
CMYK 0.58 0.60 0 0.67
HSL 242.35º 0.43% 0.23% -
HSV(B) 242.35º 0.6% 0.33% -
XYZ 2.94 2.18 8.86 -
YUV 40.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 36 34 85 0.58 0.60 0 0.67 242.35 0.43 0.23
Hex 24 22 55 3A 3C 0 43 F2 2B 17
Octal 44 42 125 72 74 0 103 362 53 27
Binary 100100 100010 1010101 111010 111100 0 1000011 11110010 101011 10111

Color Harmonies of #242255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242255

Black with #242255

Text Example


Text Example

White with #242255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242255; }

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

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

background-color css

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

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

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

border-color css

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

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

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