Html Css Color HEX #221953 Paua

📋 copy color: '#221953'

red 34 ◦ green 25 ◦ blue 83

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

Shades of Paua #221953

Tints of Paua #221953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 23.94%
G = 17.61%
B = 58.45%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221953 (or 0x221953) is known color: Paua. HEX triplet: 22, 19 and 53. RGB value is (34,25,83). Sum of RGB (Red+Green+Blue) = 34+25+83=142 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.94% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #221953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221953 is #DDE6AC. Grayscale: #222222. Windows color (decimal): -14542509 or 5445922. OLE color: 5445922.

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

Color convert

RGB 34 25 83 -
CMYK 0.59 0.70 0 0.67
HSL 249.31º 0.54% 0.21% -
HSV(B) 249.31º 0.7% 0.33% -
XYZ 2.57 1.66 8.37 -
YUV 34.3 155.48 127.78 -
System Red Green Blue C M Y K H S L
Decimal 34 25 83 0.59 0.70 0 0.67 249.31 0.54 0.21
Hex 22 19 53 3B 46 0 43 F9 36 15
Octal 42 31 123 73 106 0 103 371 66 25
Binary 100010 11001 1010011 111011 1000110 0 1000011 11111001 110110 10101

Color Harmonies of #221953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221953

Black with #221953

Text Example


Text Example

White with #221953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221953; }

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

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

background-color css

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

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

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

border-color css

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

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

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