#224375

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

Shades of Resolution Blue #224375

Tints of Resolution Blue #224375

Color information

#224375 (or 0x224375) is unknown color: approx Resolution Blue. HEX triplet: 22, 43 and 75. RGB value is (34,67,117). Sum of RGB (Red+Green+Blue) = 34+67+117=218 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.60% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #224375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224375 is #DDBC8A. Grayscale: #3E3E3E. Windows color (decimal): -14531723 or 7684898. OLE color: 7684898.

HSL color Cylindrical-coordinate representation of color #224375: hue angle of 216.14º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #224375 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3467117-
CMYK0.710.4300.54
HSL216.14º54.97%29.61%-
HSV(B)216.14º70.94%45.88%-
XYZ5.885.6417.61-
YUV62.83158.57107.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 15.60%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=15.60%
G=30.73%
B=53.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34671170.710.4300.54216.1454.9729.61
Hex224375472B036d8371e
Octal42103165107530663306736
Binary10001010000111110101100011110101101101101101100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224375; }

 p { color: rgb(34,67,117); }

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

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

 a { background-color: rgb(34,67,117); }

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

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

 span { border-color: rgb(34,67,117); }

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