#22384B

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

Shades of Nile Blue #22384B

Tints of Nile Blue #22384B

Color information

#22384B (or 0x22384B) is unknown color: approx Nile Blue. HEX triplet: 22, 38 and 4B. RGB value is (34,56,75). Sum of RGB (Red+Green+Blue) = 34+56+75=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #22384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22384B is #DDC7B4. Grayscale: #333333. Windows color (decimal): -14534581 or 4929570. OLE color: 4929570.

HSL color Cylindrical-coordinate representation of color #22384B: hue angle of 207.8º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22384B is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB345675-
CMYK0.550.2500.71
HSL207.8º37.61%21.37%-
HSV(B)207.8º54.67%29.41%-
XYZ3.343.687.19-
YUV51.59141.21115.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=20.61%
G=33.94%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3456750.550.2500.71207.837.6121.37
Hex22384B3719047d02615
Octal4270113673101073204625
Binary100010111000100101111011111001010001111101000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22384B; }

 p { color: rgb(34,56,75); }

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

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

 a { background-color: rgb(34,56,75); }

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

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

 span { border-color: rgb(34,56,75); }

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