Html Css Color HEX #221853 Paua

📋 copy color: '#221853'

red 34 ◦ green 24 ◦ blue 83

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

Shades of Paua #221853

Tints of Paua #221853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 24.11%
G = 17.02%
B = 58.87%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221853 (or 0x221853) is known color: Paua. HEX triplet: 22, 18 and 53. RGB value is (34,24,83). Sum of RGB (Red+Green+Blue) = 34+24+83=141 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.11% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #221853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221853 is #DDE7AC. Grayscale: #212121. Windows color (decimal): -14542765 or 5445666. OLE color: 5445666.

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

Color convert

RGB 34 24 83 -
CMYK 0.59 0.71 0 0.67
HSL 250.17º 0.55% 0.21% -
HSV(B) 250.17º 0.71% 0.33% -
XYZ 2.55 1.62 8.36 -
YUV 33.72 155.81 128.2 -
System Red Green Blue C M Y K H S L
Decimal 34 24 83 0.59 0.71 0 0.67 250.17 0.55 0.21
Hex 22 18 53 3B 47 0 43 FA 37 15
Octal 42 30 123 73 107 0 103 372 67 25
Binary 100010 11000 1010011 111011 1000111 0 1000011 11111010 110111 10101

Color Harmonies of #221853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221853

Black with #221853

Text Example


Text Example

White with #221853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221853; }

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

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

background-color css

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

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

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

border-color css

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

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

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