Html Css Color HEX #222058 Paua

📋 copy color: '#222058'

red 34 ◦ green 32 ◦ blue 88

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

Shades of Paua #222058

Tints of Paua #222058

RGB

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

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

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

R = 22.08%
G = 20.78%
B = 57.14%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#222058 (or 0x222058) is known color: Paua. HEX triplet: 22, 20 and 58. RGB value is (34,32,88). Sum of RGB (Red+Green+Blue) = 34+32+88=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 88 (34.77% from 255 or 57.14% from 154); Max value from RGB is 88 - color contains mainly: blue. Hex color #222058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222058 is #DDDFA7. Grayscale: #262626. Windows color (decimal): -14540712 or 5775394. OLE color: 5775394.

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

Color convert

RGB 34 32 88 -
CMYK 0.61 0.64 0 0.65
HSL 242.14º 0.47% 0.24% -
HSV(B) 242.14º 0.64% 0.35% -
XYZ 2.94 2.08 9.48 -
YUV 38.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 34 32 88 0.61 0.64 0 0.65 242.14 0.47 0.24
Hex 22 20 58 3D 40 0 41 F2 2F 18
Octal 42 40 130 75 100 0 101 362 57 30
Binary 100010 100000 1011000 111101 1000000 0 1000001 11110010 101111 11000

Color Harmonies of #222058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222058

Black with #222058

Text Example


Text Example

White with #222058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222058; }

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

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

background-color css

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

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

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

border-color css

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

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

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