Html Css Color HEX #224051 Nile Blue

📋 copy color: '#224051'

red 34 ◦ green 64 ◦ blue 81

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

Shades of Nile Blue #224051

Tints of Nile Blue #224051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 45.25%

R = 18.99%
G = 35.75%
B = 45.25%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#224051 (or 0x224051) is known color: Nile Blue. HEX triplet: 22, 40 and 51. RGB value is (34,64,81). Sum of RGB (Red+Green+Blue) = 34+64+81=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #224051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224051 is #DDBFAE. Grayscale: #383838. Windows color (decimal): -14532527 or 5324834. OLE color: 5324834.

HSL color Cylindrical-coordinate representation of color #224051: hue angle of 201.7º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #224051 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 64 81 -
CMYK 0.58 0.21 0 0.68
HSL 201.7º 0.41% 0.23% -
HSV(B) 201.7º 0.58% 0.32% -
XYZ 3.98 4.6 8.46 -
YUV 56.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 34 64 81 0.58 0.21 0 0.68 201.7 0.41 0.23
Hex 22 40 51 3A 15 0 44 CA 29 17
Octal 42 100 121 72 25 0 104 312 51 27
Binary 100010 1000000 1010001 111010 10101 0 1000100 11001010 101001 10111

Color Harmonies of #224051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224051

Black with #224051

Text Example


Text Example

White with #224051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224051; }

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

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

background-color css

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

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

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

border-color css

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

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

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