#223F50

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

Shades of Nile Blue #223F50

Tints of Nile Blue #223F50

Color information

#223F50 (or 0x223F50) is unknown color: approx Nile Blue. HEX triplet: 22, 3F and 50. RGB value is (34,63,80). Sum of RGB (Red+Green+Blue) = 34+63+80=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #223F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F50 is #DDC0AF. Grayscale: #383838. Windows color (decimal): -14532784 or 5259042. OLE color: 5259042.

HSL color Cylindrical-coordinate representation of color #223F50: hue angle of 202.17º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #223F50 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB346380-
CMYK0.580.2100.69
HSL202.17º40.35%22.35%-
HSV(B)202.17º57.5%31.37%-
XYZ3.894.478.25-
YUV56.27141.39112.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.21%
GREEN value IS 63 (25% from 255) = 35.59%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=19.21%
G=35.59%
B=45.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3463800.580.2100.69202.1740.3522.35
Hex223F503A15045ca2816
Octal4277120722501053125026
Binary100010111111101000011101010101010001011100101010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,63,80); }

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

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

 a { background-color: rgb(34,63,80); }

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

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

 span { border-color: rgb(34,63,80); }

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