Html Css Color HEX #222358 Paua

📋 copy color: '#222358'

red 34 ◦ green 35 ◦ blue 88

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

Shades of Paua #222358

Tints of Paua #222358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.29%

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

R = 21.66%
G = 22.29%
B = 56.05%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#222358 (or 0x222358) is known color: Paua. HEX triplet: 22, 23 and 58. RGB value is (34,35,88). Sum of RGB (Red+Green+Blue) = 34+35+88=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #222358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222358 is #DDDCA7. Grayscale: #282828. Windows color (decimal): -14539944 or 5776162. OLE color: 5776162.

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

Color convert

RGB 34 35 88 -
CMYK 0.61 0.60 0 0.65
HSL 238.89º 0.44% 0.24% -
HSV(B) 238.89º 0.61% 0.35% -
XYZ 3.02 2.25 9.51 -
YUV 40.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 34 35 88 0.61 0.60 0 0.65 238.89 0.44 0.24
Hex 22 23 58 3D 3C 0 41 EF 2C 18
Octal 42 43 130 75 74 0 101 357 54 30
Binary 100010 100011 1011000 111101 111100 0 1000001 11101111 101100 11000

Color Harmonies of #222358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222358

Black with #222358

Text Example


Text Example

White with #222358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222358; }

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

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

background-color css

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

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

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

border-color css

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

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

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