Html Css Color HEX #221B56 Paua

📋 copy color: '#221B56'

red 34 ◦ green 27 ◦ blue 86

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

Shades of Paua #221B56

Tints of Paua #221B56

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.37%

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

R = 23.13%
G = 18.37%
B = 58.5%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#221B56 (or 0x221B56) is known color: Paua. HEX triplet: 22, 1B and 56. RGB value is (34,27,86). Sum of RGB (Red+Green+Blue) = 34+27+86=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #221B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B56 is #DDE4A9. Grayscale: #232323. Windows color (decimal): -14541994 or 5643042. OLE color: 5643042.

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

Color convert

RGB 34 27 86 -
CMYK 0.60 0.69 0 0.66
HSL 247.12º 0.52% 0.22% -
HSV(B) 247.12º 0.69% 0.34% -
XYZ 2.73 1.8 9.01 -
YUV 35.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 34 27 86 0.60 0.69 0 0.66 247.12 0.52 0.22
Hex 22 1B 56 3C 45 0 42 F7 34 16
Octal 42 33 126 74 105 0 102 367 64 26
Binary 100010 11011 1010110 111100 1000101 0 1000010 11110111 110100 10110

Color Harmonies of #221B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B56

Black with #221B56

Text Example


Text Example

White with #221B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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