#22184B

Color #22184B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #22184B

Tints of Paua #22184B

Color information

#22184B (or 0x22184B) is unknown color: approx Paua. HEX triplet: 22, 18 and 4B. RGB value is (34,24,75). Sum of RGB (Red+Green+Blue) = 34+24+75=133 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.56% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 75 (29.69% from 255 or 56.39% from 133); Max value from RGB is 75 - color contains mainly: blue. Hex color #22184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22184B is #DDE7B4. Grayscale: #202020. Windows color (decimal): -14542773 or 4921378. OLE color: 4921378.

HSL color Cylindrical-coordinate representation of color #22184B: hue angle of 251.76º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22184B is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB342475-
CMYK0.550.6800.71
HSL251.76º51.52%19.41%-
HSV(B)251.76º68%29.41%-
XYZ2.261.56.83-
YUV32.8151.81128.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.56%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 75 (29.69% from 255) = 56.39%
R=25.56%
G=18.05%
B=56.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3424750.550.6800.71251.7651.5219.41
Hex22184B3744047fc3413
Octal42301136710401073746423
Binary1000101100010010111101111000100010001111111110011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22184B; }

 p { color: rgb(34,24,75); }

 H1.HeaderClassName
 {
   color: #22184B;
 }
 .AnyTagClassName
 {
   color: #22184B;
 }
</style>
background-color css

<style>
 a { background-color: #22184B; }

 a { background-color: rgb(34,24,75); }

 div.DivClassName
 {
   background-color: #22184B;
 }
 .BgClassName
 {
   background-color: #22184B;
 }
</style>
border-color css

<style>
 span { border-color: #22184B; }

 span { border-color: rgb(34,24,75); }

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