Html Css Color HEX #222148 Paua

📋 copy color: '#222148'

red 34 ◦ green 33 ◦ blue 72

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

Shades of Paua #222148

Tints of Paua #222148

RGB

 RED value IS 34 (13.67% from 255) = 24.46%

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

 BLUE value IS 72 (28.52% from 255) = 51.8%

R = 24.46%
G = 23.74%
B = 51.8%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#222148 (or 0x222148) is known color: Paua. HEX triplet: 22, 21 and 48. RGB value is (34,33,72). Sum of RGB (Red+Green+Blue) = 34+33+72=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 72 (28.52% from 255 or 51.80% from 139); Max value from RGB is 72 - color contains mainly: blue. Hex color #222148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222148 is #DDDEB7. Grayscale: #252525. Windows color (decimal): -14540472 or 4727074. OLE color: 4727074.

HSL color Cylindrical-coordinate representation of color #222148: hue angle of 241.54º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #222148 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 33 72 -
CMYK 0.53 0.54 0 0.72
HSL 241.54º 0.37% 0.21% -
HSV(B) 241.54º 0.54% 0.28% -
XYZ 2.37 1.9 6.37 -
YUV 37.75 147.33 125.33 -
System Red Green Blue C M Y K H S L
Decimal 34 33 72 0.53 0.54 0 0.72 241.54 0.37 0.21
Hex 22 21 48 35 36 0 48 F2 25 15
Octal 42 41 110 65 66 0 110 362 45 25
Binary 100010 100001 1001000 110101 110110 0 1001000 11110010 100101 10101

Color Harmonies of #222148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222148

Black with #222148

Text Example


Text Example

White with #222148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222148; }

 p { color: rgb(34,33,72); }

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

background-color css

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

 a { background-color: rgb(34,33,72); }

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

border-color css

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

 span { border-color: rgb(34,33,72); }

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