Html Css Color HEX #224153 Nile Blue

📋 copy color: '#224153'

red 34 ◦ green 65 ◦ blue 83

#224153
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nile Blue #224153

Tints of Nile Blue #224153

RGB

 RED value IS 34 (13.67% from 255) = 18.68%

 GREEN value IS 65 (25.78% from 255) = 35.71%

 BLUE value IS 83 (32.81% from 255) = 45.6%

R = 18.68%
G = 35.71%
B = 45.6%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224153 (or 0x224153) is known color: Nile Blue. HEX triplet: 22, 41 and 53. RGB value is (34,65,83). Sum of RGB (Red+Green+Blue) = 34+65+83=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #224153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224153 is #DDBEAC. Grayscale: #393939. Windows color (decimal): -14532269 or 5456162. OLE color: 5456162.

HSL color Cylindrical-coordinate representation of color #224153: hue angle of 202.04º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224153 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 65 83 -
CMYK 0.59 0.22 0 0.67
HSL 202.04º 0.42% 0.23% -
HSV(B) 202.04º 0.59% 0.33% -
XYZ 4.11 4.75 8.88 -
YUV 57.78 142.23 111.04 -
System Red Green Blue C M Y K H S L
Decimal 34 65 83 0.59 0.22 0 0.67 202.04 0.42 0.23
Hex 22 41 53 3B 16 0 43 CA 2A 17
Octal 42 101 123 73 26 0 103 312 52 27
Binary 100010 1000001 1010011 111011 10110 0 1000011 11001010 101010 10111

Color Harmonies of #224153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224153

Black with #224153

Text Example


Text Example

White with #224153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224153; }

 p { color: rgb(34,65,83); }

 H1.HeaderClassName
 {
   color: #224153;
 }
 .AnyTagClassName
 {
   color: #224153;
 }
</style>

background-color css

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

 a { background-color: rgb(34,65,83); }

 div.DivClassName
 {
   background-color: #224153;
 }
 .BgClassName
 {
   background-color: #224153;
 }
</style>

border-color css

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

 span { border-color: rgb(34,65,83); }

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