Html Css Color HEX #293D4B Nile Blue

📋 copy color: '#293D4B'

red 41 ◦ green 61 ◦ blue 75

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

Shades of Nile Blue #293D4B

Tints of Nile Blue #293D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 42.37%

R = 23.16%
G = 34.46%
B = 42.37%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293D4B (or 0x293D4B) is known color: Nile Blue. HEX triplet: 29, 3D and 4B. RGB value is (41,61,75). Sum of RGB (Red+Green+Blue) = 41+61+75=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #293D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293D4B is #D6C2B4. Grayscale: #383838. Windows color (decimal): -14074549 or 4930857. OLE color: 4930857.

HSL color Cylindrical-coordinate representation of color #293D4B: hue angle of 204.71º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #293D4B is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 61 75 -
CMYK 0.45 0.19 0 0.71
HSL 204.71º 0.29% 0.23% -
HSV(B) 204.71º 0.45% 0.29% -
XYZ 3.85 4.32 7.29 -
YUV 56.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 41 61 75 0.45 0.19 0 0.71 204.71 0.29 0.23
Hex 29 3D 4B 2D 13 0 47 CD 1D 17
Octal 51 75 113 55 23 0 107 315 35 27
Binary 101001 111101 1001011 101101 10011 0 1000111 11001101 11101 10111

Color Harmonies of #293D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D4B

Black with #293D4B

Text Example


Text Example

White with #293D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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