Html Css Color HEX #221851 Paua

📋 copy color: '#221851'

red 34 ◦ green 24 ◦ blue 81

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

Shades of Paua #221851

Tints of Paua #221851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 58.27%

R = 24.46%
G = 17.27%
B = 58.27%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#221851 (or 0x221851) is known color: Paua. HEX triplet: 22, 18 and 51. RGB value is (34,24,81). Sum of RGB (Red+Green+Blue) = 34+24+81=139 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.46% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #221851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221851 is #DDE7AE. Grayscale: #212121. Windows color (decimal): -14542767 or 5314594. OLE color: 5314594.

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

Color convert

RGB 34 24 81 -
CMYK 0.58 0.70 0 0.68
HSL 250.53º 0.54% 0.21% -
HSV(B) 250.53º 0.7% 0.32% -
XYZ 2.47 1.59 7.96 -
YUV 33.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 34 24 81 0.58 0.70 0 0.68 250.53 0.54 0.21
Hex 22 18 51 3A 46 0 44 FB 36 15
Octal 42 30 121 72 106 0 104 373 66 25
Binary 100010 11000 1010001 111010 1000110 0 1000100 11111011 110110 10101

Color Harmonies of #221851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221851

Black with #221851

Text Example


Text Example

White with #221851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221851; }

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

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

background-color css

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

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

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

border-color css

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

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

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