#224B6C

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

Shades of Arapawa #224B6C

Tints of Arapawa #224B6C

Color information

#224B6C (or 0x224B6C) is unknown color: approx Arapawa. HEX triplet: 22, 4B and 6C. RGB value is (34,75,108). Sum of RGB (Red+Green+Blue) = 34+75+108=217 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.67% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #224B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B6C is #DDB493. Grayscale: #424242. Windows color (decimal): -14529684 or 7097122. OLE color: 7097122.

HSL color Cylindrical-coordinate representation of color #224B6C: hue angle of 206.76º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #224B6C is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3475108-
CMYK0.690.3100.58
HSL206.76º52.11%27.84%-
HSV(B)206.76º68.52%42.35%-
XYZ5.886.4515.12-
YUV66.5151.42104.82-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.67%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 108 (42.58% from 255) = 49.77%
R=15.67%
G=34.56%
B=49.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34751080.690.3100.58206.7652.1127.84
Hex224B6C451F03Acf341c
Octal42113154105370723176434
Binary1000101001011110110010001011111101110101100111111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224B6C; }

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

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

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

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

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

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

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

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