Html Css Color HEX #293D4D Nile Blue

📋 copy color: '#293D4D'

red 41 ◦ green 61 ◦ blue 77

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

Shades of Nile Blue #293D4D

Tints of Nile Blue #293D4D

RGB

 RED value IS 41 (16.41% from 255) = 22.91%

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

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 22.91%
G = 34.08%
B = 43.02%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#293D4D (or 0x293D4D) is known color: Nile Blue. HEX triplet: 29, 3D and 4D. RGB value is (41,61,77). Sum of RGB (Red+Green+Blue) = 41+61+77=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #293D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D4D is #D6C2B2. Grayscale: #383838. Windows color (decimal): -14074547 or 5061929. OLE color: 5061929.

HSL color Cylindrical-coordinate representation of color #293D4D: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #293D4D is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 61 77 -
CMYK 0.47 0.21 0 0.70
HSL 206.67º 0.31% 0.23% -
HSV(B) 206.67º 0.47% 0.3% -
XYZ 3.92 4.34 7.65 -
YUV 56.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 41 61 77 0.47 0.21 0 0.70 206.67 0.31 0.23
Hex 29 3D 4D 2F 15 0 46 CF 1F 17
Octal 51 75 115 57 25 0 106 317 37 27
Binary 101001 111101 1001101 101111 10101 0 1000110 11001111 11111 10111

Color Harmonies of #293D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D4D

Black with #293D4D

Text Example


Text Example

White with #293D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293D4D; }

 p { color: rgb(41,61,77); }

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

background-color css

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

 a { background-color: rgb(41,61,77); }

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

border-color css

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

 span { border-color: rgb(41,61,77); }

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