#223C8A

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

Shades of Resolution Blue #223C8A

Tints of Resolution Blue #223C8A

Color information

#223C8A (or 0x223C8A) is unknown color: approx Resolution Blue. HEX triplet: 22, 3C and 8A. RGB value is (34,60,138). Sum of RGB (Red+Green+Blue) = 34+60+138=232 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.66% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #223C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #223C8A is #DDC375. Grayscale: #3C3C3C. Windows color (decimal): -14533494 or 9059362. OLE color: 9059362.

HSL color Cylindrical-coordinate representation of color #223C8A: hue angle of 225º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #223C8A is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3460138-
CMYK0.750.5700.46
HSL225º60.47%33.73%-
HSV(B)225º75.36%54.12%-
XYZ6.865.4124.73-
YUV61.12171.39108.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 14.66%
GREEN value IS 60 (23.83% from 255) = 25.86%
BLUE value IS 138 (54.30% from 255) = 59.48%
R=14.66%
G=25.86%
B=59.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal34601380.750.5700.4622560.4733.73
Hex223C8A4B3902Ee13c22
Octal4274212113710563417442
Binary100010111100100010101001011111001010111011100001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #223C8A; }

 p { color: rgb(34,60,138); }

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

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

 a { background-color: rgb(34,60,138); }

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

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

 span { border-color: rgb(34,60,138); }

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