#225168

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

Shades of Arapawa #225168

Tints of Arapawa #225168

Color information

#225168 (or 0x225168) is unknown color: approx Arapawa. HEX triplet: 22, 51 and 68. RGB value is (34,81,104). Sum of RGB (Red+Green+Blue) = 34+81+104=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 81 (32.03% from 255 or 36.99% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #225168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225168 is #DDAE97. Grayscale: #454545. Windows color (decimal): -14528152 or 6836514. OLE color: 6836514.

HSL color Cylindrical-coordinate representation of color #225168: hue angle of 199.71º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #225168 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3481104-
CMYK0.670.2200.59
HSL199.71º50.72%27.06%-
HSV(B)199.71º67.31%40.78%-
XYZ6.17.2214.17-
YUV69.57147.43102.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.53%
GREEN value IS 81 (32.03% from 255) = 36.99%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=15.53%
G=36.99%
B=47.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34811040.670.2200.59199.7150.7227.06
Hex225168431603Bc8331b
Octal42121150103260733106333
Binary1000101010001110100010000111011001110111100100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225168; }

 p { color: rgb(34,81,104); }

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

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

 a { background-color: rgb(34,81,104); }

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

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

 span { border-color: rgb(34,81,104); }

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