Html Css Color HEX #223D50 Nile Blue

📋 copy color: '#223D50'

red 34 ◦ green 61 ◦ blue 80

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

Shades of Nile Blue #223D50

Tints of Nile Blue #223D50

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 80 (31.64% from 255) = 45.71%

R = 19.43%
G = 34.86%
B = 45.71%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#223D50 (or 0x223D50) is known color: Nile Blue. HEX triplet: 22, 3D and 50. RGB value is (34,61,80). Sum of RGB (Red+Green+Blue) = 34+61+80=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #223D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D50 is #DDC2AF. Grayscale: #363636. Windows color (decimal): -14533296 or 5258530. OLE color: 5258530.

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

Color convert

RGB 34 61 80 -
CMYK 0.58 0.24 0 0.69
HSL 204.78º 0.4% 0.22% -
HSV(B) 204.78º 0.58% 0.31% -
XYZ 3.78 4.26 8.21 -
YUV 55.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 34 61 80 0.58 0.24 0 0.69 204.78 0.4 0.22
Hex 22 3D 50 3A 18 0 45 CD 28 16
Octal 42 75 120 72 30 0 105 315 50 26
Binary 100010 111101 1010000 111010 11000 0 1000101 11001101 101000 10110

Color Harmonies of #223D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D50

Black with #223D50

Text Example


Text Example

White with #223D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,61,80); }

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

background-color css

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

 a { background-color: rgb(34,61,80); }

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

border-color css

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

 span { border-color: rgb(34,61,80); }

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