Html Css Color HEX #221653 Paua

📋 copy color: '#221653'

red 34 ◦ green 22 ◦ blue 83

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

Shades of Paua #221653

Tints of Paua #221653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.83%

 BLUE value IS 83 (32.81% from 255) = 59.71%

R = 24.46%
G = 15.83%
B = 59.71%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221653 (or 0x221653) is known color: Paua. HEX triplet: 22, 16 and 53. RGB value is (34,22,83). Sum of RGB (Red+Green+Blue) = 34+22+83=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 83 (32.81% from 255 or 59.71% from 139); Max value from RGB is 83 - color contains mainly: blue. Hex color #221653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221653 is #DDE9AC. Grayscale: #202020. Windows color (decimal): -14543277 or 5445154. OLE color: 5445154.

HSL color Cylindrical-coordinate representation of color #221653: hue angle of 251.8º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #221653 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 22 83 -
CMYK 0.59 0.73 0 0.67
HSL 251.8º 0.58% 0.21% -
HSV(B) 251.8º 0.73% 0.33% -
XYZ 2.51 1.54 8.35 -
YUV 32.54 156.48 129.04 -
System Red Green Blue C M Y K H S L
Decimal 34 22 83 0.59 0.73 0 0.67 251.8 0.58 0.21
Hex 22 16 53 3B 49 0 43 FC 3A 15
Octal 42 26 123 73 111 0 103 374 72 25
Binary 100010 10110 1010011 111011 1001001 0 1000011 11111100 111010 10101

Color Harmonies of #221653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221653

Black with #221653

Text Example


Text Example

White with #221653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221653; }

 p { color: rgb(34,22,83); }

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

background-color css

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

 a { background-color: rgb(34,22,83); }

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

border-color css

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

 span { border-color: rgb(34,22,83); }

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