Html Css Color HEX #222359 Paua

📋 copy color: '#222359'

red 34 ◦ green 35 ◦ blue 89

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

Shades of Paua #222359

Tints of Paua #222359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 56.33%

R = 21.52%
G = 22.15%
B = 56.33%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#222359 (or 0x222359) is known color: Paua. HEX triplet: 22, 23 and 59. RGB value is (34,35,89). Sum of RGB (Red+Green+Blue) = 34+35+89=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #222359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222359 is #DDDCA6. Grayscale: #282828. Windows color (decimal): -14539943 or 5841698. OLE color: 5841698.

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

Color convert

RGB 34 35 89 -
CMYK 0.62 0.61 0 0.65
HSL 238.91º 0.45% 0.24% -
HSV(B) 238.91º 0.62% 0.35% -
XYZ 3.06 2.26 9.73 -
YUV 40.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 34 35 89 0.62 0.61 0 0.65 238.91 0.45 0.24
Hex 22 23 59 3E 3D 0 41 EF 2D 18
Octal 42 43 131 76 75 0 101 357 55 30
Binary 100010 100011 1011001 111110 111101 0 1000001 11101111 101101 11000

Color Harmonies of #222359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222359

Black with #222359

Text Example


Text Example

White with #222359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #222359; }

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

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

background-color css

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

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

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

border-color css

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

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

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