Html Css Color HEX #242558 Paua

📋 copy color: '#242558'

red 36 ◦ green 37 ◦ blue 88

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

Shades of Paua #242558

Tints of Paua #242558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.98%

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

R = 22.36%
G = 22.98%
B = 54.66%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242558 (or 0x242558) is known color: Paua. HEX triplet: 24, 25 and 58. RGB value is (36,37,88). Sum of RGB (Red+Green+Blue) = 36+37+88=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 37 (14.84% from 255 or 22.98% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #242558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242558 is #DBDAA7. Grayscale: #2A2A2A. Windows color (decimal): -14408360 or 5776676. OLE color: 5776676.

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

Color convert

RGB 36 37 88 -
CMYK 0.59 0.58 0 0.65
HSL 238.85º 0.42% 0.24% -
HSV(B) 238.85º 0.59% 0.35% -
XYZ 3.15 2.4 9.53 -
YUV 42.52 153.67 123.35 -
System Red Green Blue C M Y K H S L
Decimal 36 37 88 0.59 0.58 0 0.65 238.85 0.42 0.24
Hex 24 25 58 3B 3A 0 41 EF 2A 18
Octal 44 45 130 73 72 0 101 357 52 30
Binary 100100 100101 1011000 111011 111010 0 1000001 11101111 101010 11000

Color Harmonies of #242558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242558

Black with #242558

Text Example


Text Example

White with #242558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242558; }

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

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

background-color css

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

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

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

border-color css

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

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

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