Html Css Color HEX #242057 Paua

📋 copy color: '#242057'

red 36 ◦ green 32 ◦ blue 87

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

Shades of Paua #242057

Tints of Paua #242057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 56.13%

R = 23.23%
G = 20.65%
B = 56.13%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#242057 (or 0x242057) is known color: Paua. HEX triplet: 24, 20 and 57. RGB value is (36,32,87). Sum of RGB (Red+Green+Blue) = 36+32+87=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 87 (34.38% from 255 or 56.13% from 155); Max value from RGB is 87 - color contains mainly: blue. Hex color #242057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242057 is #DBDFA8. Grayscale: #272727. Windows color (decimal): -14409641 or 5709860. OLE color: 5709860.

HSL color Cylindrical-coordinate representation of color #242057: hue angle of 244.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242057 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 32 87 -
CMYK 0.59 0.63 0 0.66
HSL 244.36º 0.46% 0.23% -
HSV(B) 244.36º 0.63% 0.34% -
XYZ 2.96 2.1 9.27 -
YUV 39.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 36 32 87 0.59 0.63 0 0.66 244.36 0.46 0.23
Hex 24 20 57 3B 3F 0 42 F4 2E 17
Octal 44 40 127 73 77 0 102 364 56 27
Binary 100100 100000 1010111 111011 111111 0 1000010 11110100 101110 10111

Color Harmonies of #242057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242057

Black with #242057

Text Example


Text Example

White with #242057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242057; }

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

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

background-color css

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

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

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

border-color css

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

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

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