Html Css Color HEX #221855 Paua

📋 copy color: '#221855'

red 34 ◦ green 24 ◦ blue 85

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

Shades of Paua #221855

Tints of Paua #221855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 59.44%

R = 23.78%
G = 16.78%
B = 59.44%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#221855 (or 0x221855) is known color: Paua. HEX triplet: 22, 18 and 55. RGB value is (34,24,85). Sum of RGB (Red+Green+Blue) = 34+24+85=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 85 (33.59% from 255 or 59.44% from 143); Max value from RGB is 85 - color contains mainly: blue. Hex color #221855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221855 is #DDE7AA. Grayscale: #212121. Windows color (decimal): -14542763 or 5576738. OLE color: 5576738.

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

Color convert

RGB 34 24 85 -
CMYK 0.60 0.72 0 0.67
HSL 249.84º 0.56% 0.21% -
HSV(B) 249.84º 0.72% 0.33% -
XYZ 2.63 1.65 8.77 -
YUV 33.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 34 24 85 0.60 0.72 0 0.67 249.84 0.56 0.21
Hex 22 18 55 3C 48 0 43 FA 38 15
Octal 42 30 125 74 110 0 103 372 70 25
Binary 100010 11000 1010101 111100 1001000 0 1000011 11111010 111000 10101

Color Harmonies of #221855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221855

Black with #221855

Text Example


Text Example

White with #221855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221855; }

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

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

background-color css

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

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

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

border-color css

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

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

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