Html Css Color HEX #221852 Paua

📋 copy color: '#221852'

red 34 ◦ green 24 ◦ blue 82

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

Shades of Paua #221852

Tints of Paua #221852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 58.57%

R = 24.29%
G = 17.14%
B = 58.57%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#221852 (or 0x221852) is known color: Paua. HEX triplet: 22, 18 and 52. RGB value is (34,24,82). Sum of RGB (Red+Green+Blue) = 34+24+82=140 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 82 (32.42% from 255 or 58.57% from 140); Max value from RGB is 82 - color contains mainly: blue. Hex color #221852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221852 is #DDE7AD. Grayscale: #212121. Windows color (decimal): -14542766 or 5380130. OLE color: 5380130.

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

Color convert

RGB 34 24 82 -
CMYK 0.59 0.71 0 0.68
HSL 250.34º 0.55% 0.21% -
HSV(B) 250.34º 0.71% 0.32% -
XYZ 2.51 1.6 8.16 -
YUV 33.6 155.31 128.28 -
System Red Green Blue C M Y K H S L
Decimal 34 24 82 0.59 0.71 0 0.68 250.34 0.55 0.21
Hex 22 18 52 3B 47 0 44 FA 37 15
Octal 42 30 122 73 107 0 104 372 67 25
Binary 100010 11000 1010010 111011 1000111 0 1000100 11111010 110111 10101

Color Harmonies of #221852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221852

Black with #221852

Text Example


Text Example

White with #221852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221852; }

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

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

background-color css

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

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

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

border-color css

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

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

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