#223B4D

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

Shades of Nile Blue #223B4D

Tints of Nile Blue #223B4D

Color information

#223B4D (or 0x223B4D) is unknown color: approx Nile Blue. HEX triplet: 22, 3B and 4D. RGB value is (34,59,77). Sum of RGB (Red+Green+Blue) = 34+59+77=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #223B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B4D is #DDC4B2. Grayscale: #353535. Windows color (decimal): -14533811 or 5061410. OLE color: 5061410.

HSL color Cylindrical-coordinate representation of color #223B4D: hue angle of 205.12º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #223B4D is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB345977-
CMYK0.560.2300.70
HSL205.12º38.74%21.76%-
HSV(B)205.12º55.84%30.2%-
XYZ3.5647.61-
YUV53.58141.22114.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 59 (23.44% from 255) = 34.71%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=20%
G=34.71%
B=45.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3459770.560.2300.70205.1238.7421.76
Hex223B4D3817046cd2716
Octal4273115702701063154726
Binary100010111011100110111100010111010001101100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,59,77); }

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

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

 a { background-color: rgb(34,59,77); }

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

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

 span { border-color: rgb(34,59,77); }

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