Html Css Color HEX #242258 Paua

📋 copy color: '#242258'

red 36 ◦ green 34 ◦ blue 88

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

Shades of Paua #242258

Tints of Paua #242258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 22.78%
G = 21.52%
B = 55.7%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#242258 (or 0x242258) is known color: Paua. HEX triplet: 24, 22 and 58. RGB value is (36,34,88). Sum of RGB (Red+Green+Blue) = 36+34+88=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #242258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242258 is #DBDDA7. Grayscale: #282828. Windows color (decimal): -14409128 or 5775908. OLE color: 5775908.

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

Color convert

RGB 36 34 88 -
CMYK 0.59 0.61 0 0.65
HSL 242.22º 0.44% 0.24% -
HSV(B) 242.22º 0.61% 0.35% -
XYZ 3.06 2.22 9.5 -
YUV 40.75 154.66 124.61 -
System Red Green Blue C M Y K H S L
Decimal 36 34 88 0.59 0.61 0 0.65 242.22 0.44 0.24
Hex 24 22 58 3B 3D 0 41 F2 2C 18
Octal 44 42 130 73 75 0 101 362 54 30
Binary 100100 100010 1011000 111011 111101 0 1000001 11110010 101100 11000

Color Harmonies of #242258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242258

Black with #242258

Text Example


Text Example

White with #242258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242258; }

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

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

background-color css

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

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

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

border-color css

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

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

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