Html Css Color HEX #221850 Paua

📋 copy color: '#221850'

red 34 ◦ green 24 ◦ blue 80

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

Shades of Paua #221850

Tints of Paua #221850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 57.97%

R = 24.64%
G = 17.39%
B = 57.97%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#221850 (or 0x221850) is known color: Paua. HEX triplet: 22, 18 and 50. RGB value is (34,24,80). Sum of RGB (Red+Green+Blue) = 34+24+80=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 80 (31.64% from 255 or 57.97% from 138); Max value from RGB is 80 - color contains mainly: blue. Hex color #221850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221850 is #DDE7AF. Grayscale: #212121. Windows color (decimal): -14542768 or 5249058. OLE color: 5249058.

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

Color convert

RGB 34 24 80 -
CMYK 0.58 0.70 0 0.69
HSL 250.71º 0.54% 0.2% -
HSV(B) 250.71º 0.7% 0.31% -
XYZ 2.43 1.57 7.76 -
YUV 33.37 154.31 128.45 -
System Red Green Blue C M Y K H S L
Decimal 34 24 80 0.58 0.70 0 0.69 250.71 0.54 0.2
Hex 22 18 50 3A 46 0 45 FB 36 14
Octal 42 30 120 72 106 0 105 373 66 24
Binary 100010 11000 1010000 111010 1000110 0 1000101 11111011 110110 10100

Color Harmonies of #221850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221850

Black with #221850

Text Example


Text Example

White with #221850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221850; }

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

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

background-color css

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

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

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

border-color css

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

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

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