#224B5D

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

Shades of Arapawa #224B5D

Tints of Arapawa #224B5D

Color information

#224B5D (or 0x224B5D) is unknown color: approx Arapawa. HEX triplet: 22, 4B and 5D. RGB value is (34,75,93). Sum of RGB (Red+Green+Blue) = 34+75+93=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 75 (29.69% from 255 or 37.13% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #224B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224B5D is #DDB4A2. Grayscale: #404040. Windows color (decimal): -14529699 or 6114082. OLE color: 6114082.

HSL color Cylindrical-coordinate representation of color #224B5D: hue angle of 198.31º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #224B5D is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB347593-
CMYK0.630.1900.64
HSL198.31º46.46%24.9%-
HSV(B)198.31º63.44%36.47%-
XYZ5.156.1611.27-
YUV64.79143.92106.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.83%
GREEN value IS 75 (29.69% from 255) = 37.13%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=16.83%
G=37.13%
B=46.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3475930.630.1900.64198.3146.4624.9
Hex224B5D3F13040c62e19
Octal42113135772301003065631
Binary1000101001011101110111111110011010000001100011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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