#223B4F

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

Shades of Nile Blue #223B4F

Tints of Nile Blue #223B4F

Color information

#223B4F (or 0x223B4F) is unknown color: approx Nile Blue. HEX triplet: 22, 3B and 4F. RGB value is (34,59,79). Sum of RGB (Red+Green+Blue) = 34+59+79=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #223B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B4F is #DDC4B0. Grayscale: #353535. Windows color (decimal): -14533809 or 5192482. OLE color: 5192482.

HSL color Cylindrical-coordinate representation of color #223B4F: hue angle of 206.67º 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 #223B4F is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB345979-
CMYK0.570.2500.69
HSL206.67º39.82%22.16%-
HSV(B)206.67º56.96%30.98%-
XYZ3.634.037.98-
YUV53.8142.22113.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.77%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=19.77%
G=34.30%
B=45.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3459790.570.2500.69206.6739.8222.16
Hex223B4F3919045cf2816
Octal4273117713101053175026
Binary100010111011100111111100111001010001011100111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #223B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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