Html Css Color HEX #221C47 Paua

📋 copy color: '#221C47'

red 34 ◦ green 28 ◦ blue 71

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

Shades of Paua #221C47

Tints of Paua #221C47

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.05%

 BLUE value IS 71 (28.13% from 255) = 53.38%

R = 25.56%
G = 21.05%
B = 53.38%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#221C47 (or 0x221C47) is known color: Paua. HEX triplet: 22, 1C and 47. RGB value is (34,28,71). Sum of RGB (Red+Green+Blue) = 34+28+71=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 71 (28.12% from 255 or 53.38% from 133); Max value from RGB is 71 - color contains mainly: blue. Hex color #221C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221C47 is #DDE3B8. Grayscale: #222222. Windows color (decimal): -14541753 or 4660258. OLE color: 4660258.

HSL color Cylindrical-coordinate representation of color #221C47: hue angle of 248.37º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #221C47 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 34 28 71 -
CMYK 0.52 0.61 0 0.72
HSL 248.37º 0.43% 0.19% -
HSV(B) 248.37º 0.61% 0.28% -
XYZ 2.21 1.63 6.16 -
YUV 34.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 34 28 71 0.52 0.61 0 0.72 248.37 0.43 0.19
Hex 22 1C 47 34 3D 0 48 F8 2B 13
Octal 42 34 107 64 75 0 110 370 53 23
Binary 100010 11100 1000111 110100 111101 0 1001000 11111000 101011 10011

Color Harmonies of #221C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C47

Black with #221C47

Text Example


Text Example

White with #221C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221C47; }

 p { color: rgb(34,28,71); }

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

background-color css

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

 a { background-color: rgb(34,28,71); }

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

border-color css

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

 span { border-color: rgb(34,28,71); }

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