Html Css Color HEX #221B45 Paua

📋 copy color: '#221B45'

red 34 ◦ green 27 ◦ blue 69

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

Shades of Paua #221B45

Tints of Paua #221B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 53.08%

R = 26.15%
G = 20.77%
B = 53.08%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#221B45 (or 0x221B45) is known color: Paua. HEX triplet: 22, 1B and 45. RGB value is (34,27,69). Sum of RGB (Red+Green+Blue) = 34+27+69=130 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.15% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 69 (27.34% from 255 or 53.08% from 130); Max value from RGB is 69 - color contains mainly: blue. Hex color #221B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221B45 is #DDE4BA. Grayscale: #212121. Windows color (decimal): -14542011 or 4528930. OLE color: 4528930.

HSL color Cylindrical-coordinate representation of color #221B45: hue angle of 250º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #221B45 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 34 27 69 -
CMYK 0.51 0.61 0 0.73
HSL 250º 0.44% 0.19% -
HSV(B) 250º 0.61% 0.27% -
XYZ 2.13 1.55 5.82 -
YUV 33.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 34 27 69 0.51 0.61 0 0.73 250 0.44 0.19
Hex 22 1B 45 33 3D 0 49 FA 2C 13
Octal 42 33 105 63 75 0 111 372 54 23
Binary 100010 11011 1000101 110011 111101 0 1001001 11111010 101100 10011

Color Harmonies of #221B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221B45

Black with #221B45

Text Example


Text Example

White with #221B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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