Html Css Color HEX #221B60 Paua

📋 copy color: '#221B60'

red 34 ◦ green 27 ◦ blue 96

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

Shades of Paua #221B60

Tints of Paua #221B60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 61.15%

R = 21.66%
G = 17.2%
B = 61.15%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#221B60 (or 0x221B60) is known color: Paua. HEX triplet: 22, 1B and 60. RGB value is (34,27,96). Sum of RGB (Red+Green+Blue) = 34+27+96=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #221B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B60 is #DDE49F. Grayscale: #242424. Windows color (decimal): -14541984 or 6298402. OLE color: 6298402.

HSL color Cylindrical-coordinate representation of color #221B60: hue angle of 246.09º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221B60 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 27 96 -
CMYK 0.65 0.72 0 0.62
HSL 246.09º 0.56% 0.24% -
HSV(B) 246.09º 0.72% 0.38% -
XYZ 3.16 1.97 11.28 -
YUV 36.96 161.32 125.89 -
System Red Green Blue C M Y K H S L
Decimal 34 27 96 0.65 0.72 0 0.62 246.09 0.56 0.24
Hex 22 1B 60 41 48 0 3E F6 38 18
Octal 42 33 140 101 110 0 76 366 70 30
Binary 100010 11011 1100000 1000001 1001000 0 111110 11110110 111000 11000

Color Harmonies of #221B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B60

Black with #221B60

Text Example


Text Example

White with #221B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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