Html Css Color HEX #242458 Paua

📋 copy color: '#242458'

red 36 ◦ green 36 ◦ blue 88

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

Shades of Paua #242458

Tints of Paua #242458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 22.5%
G = 22.5%
B = 55%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242458 (or 0x242458) is known color: Paua. HEX triplet: 24, 24 and 58. RGB value is (36,36,88). Sum of RGB (Red+Green+Blue) = 36+36+88=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #242458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242458 is #DBDBA7. Grayscale: #292929. Windows color (decimal): -14408616 or 5776420. OLE color: 5776420.

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

Color convert

RGB 36 36 88 -
CMYK 0.59 0.59 0 0.65
HSL 240º 0.42% 0.24% -
HSV(B) 240º 0.59% 0.35% -
XYZ 3.12 2.34 9.52 -
YUV 41.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 36 36 88 0.59 0.59 0 0.65 240 0.42 0.24
Hex 24 24 58 3B 3B 0 41 F0 2A 18
Octal 44 44 130 73 73 0 101 360 52 30
Binary 100100 100100 1011000 111011 111011 0 1000001 11110000 101010 11000

Color Harmonies of #242458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242458

Black with #242458

Text Example


Text Example

White with #242458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242458; }

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

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

background-color css

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

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

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

border-color css

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

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

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