Html Css Color HEX #242058 Paua

📋 copy color: '#242058'

red 36 ◦ green 32 ◦ blue 88

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

Shades of Paua #242058

Tints of Paua #242058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 56.41%

R = 23.08%
G = 20.51%
B = 56.41%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242058 (or 0x242058) is known color: Paua. HEX triplet: 24, 20 and 58. RGB value is (36,32,88). Sum of RGB (Red+Green+Blue) = 36+32+88=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 88 (34.77% from 255 or 56.41% from 156); Max value from RGB is 88 - color contains mainly: blue. Hex color #242058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242058 is #DBDFA7. Grayscale: #272727. Windows color (decimal): -14409640 or 5775396. OLE color: 5775396.

HSL color Cylindrical-coordinate representation of color #242058: hue angle of 244.29º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #242058 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 36 32 88 -
CMYK 0.59 0.64 0 0.65
HSL 244.29º 0.47% 0.24% -
HSV(B) 244.29º 0.64% 0.35% -
XYZ 3.01 2.11 9.48 -
YUV 39.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 36 32 88 0.59 0.64 0 0.65 244.29 0.47 0.24
Hex 24 20 58 3B 40 0 41 F4 2F 18
Octal 44 40 130 73 100 0 101 364 57 30
Binary 100100 100000 1011000 111011 1000000 0 1000001 11110100 101111 11000

Color Harmonies of #242058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242058

Black with #242058

Text Example


Text Example

White with #242058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242058; }

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

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

background-color css

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

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

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

border-color css

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

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

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