Html Css Color HEX #242157 Paua

📋 copy color: '#242157'

red 36 ◦ green 33 ◦ blue 87

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

Shades of Paua #242157

Tints of Paua #242157

RGB

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

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

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

R = 23.08%
G = 21.15%
B = 55.77%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#242157 (or 0x242157) is known color: Paua. HEX triplet: 24, 21 and 57. RGB value is (36,33,87). Sum of RGB (Red+Green+Blue) = 36+33+87=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 87 (34.38% from 255 or 55.77% from 156); Max value from RGB is 87 - color contains mainly: blue. Hex color #242157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242157 is #DBDEA8. Grayscale: #272727. Windows color (decimal): -14409385 or 5710116. OLE color: 5710116.

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

Color convert

RGB 36 33 87 -
CMYK 0.59 0.62 0 0.66
HSL 243.33º 0.45% 0.24% -
HSV(B) 243.33º 0.62% 0.34% -
XYZ 2.99 2.15 9.27 -
YUV 40.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 36 33 87 0.59 0.62 0 0.66 243.33 0.45 0.24
Hex 24 21 57 3B 3E 0 42 F3 2D 18
Octal 44 41 127 73 76 0 102 363 55 30
Binary 100100 100001 1010111 111011 111110 0 1000010 11110011 101101 11000

Color Harmonies of #242157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242157

Black with #242157

Text Example


Text Example

White with #242157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242157; }

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

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

background-color css

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

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

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

border-color css

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

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

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