Html Css Color HEX #224053 Nile Blue

📋 copy color: '#224053'

red 34 ◦ green 64 ◦ blue 83

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

Shades of Nile Blue #224053

Tints of Nile Blue #224053

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

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

R = 18.78%
G = 35.36%
B = 45.86%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#224053 (or 0x224053) is known color: Nile Blue. HEX triplet: 22, 40 and 53. RGB value is (34,64,83). Sum of RGB (Red+Green+Blue) = 34+64+83=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #224053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224053 is #DDBFAC. Grayscale: #393939. Windows color (decimal): -14532525 or 5455906. OLE color: 5455906.

HSL color Cylindrical-coordinate representation of color #224053: hue angle of 203.27º 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 #224053 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 64 83 -
CMYK 0.59 0.23 0 0.67
HSL 203.27º 0.42% 0.23% -
HSV(B) 203.27º 0.59% 0.33% -
XYZ 4.05 4.63 8.86 -
YUV 57.2 142.56 111.46 -
System Red Green Blue C M Y K H S L
Decimal 34 64 83 0.59 0.23 0 0.67 203.27 0.42 0.23
Hex 22 40 53 3B 17 0 43 CB 2A 17
Octal 42 100 123 73 27 0 103 313 52 27
Binary 100010 1000000 1010011 111011 10111 0 1000011 11001011 101010 10111

Color Harmonies of #224053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224053

Black with #224053

Text Example


Text Example

White with #224053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224053; }

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

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

background-color css

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

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

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

border-color css

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

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

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