Html Css Color HEX #221C56 Paua

📋 copy color: '#221C56'

red 34 ◦ green 28 ◦ blue 86

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

Shades of Paua #221C56

Tints of Paua #221C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 58.11%

R = 22.97%
G = 18.92%
B = 58.11%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#221C56 (or 0x221C56) is known color: Paua. HEX triplet: 22, 1C and 56. RGB value is (34,28,86). Sum of RGB (Red+Green+Blue) = 34+28+86=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #221C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C56 is #DDE3A9. Grayscale: #242424. Windows color (decimal): -14541738 or 5643298. OLE color: 5643298.

HSL color Cylindrical-coordinate representation of color #221C56: hue angle of 246.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #221C56 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 28 86 -
CMYK 0.60 0.67 0 0.66
HSL 246.21º 0.51% 0.22% -
HSV(B) 246.21º 0.67% 0.34% -
XYZ 2.75 1.84 9.01 -
YUV 36.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 34 28 86 0.60 0.67 0 0.66 246.21 0.51 0.22
Hex 22 1C 56 3C 43 0 42 F6 33 16
Octal 42 34 126 74 103 0 102 366 63 26
Binary 100010 11100 1010110 111100 1000011 0 1000010 11110110 110011 10110

Color Harmonies of #221C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221C56

Black with #221C56

Text Example


Text Example

White with #221C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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