Html Css Color HEX #293A4B Nile Blue

📋 copy color: '#293A4B'

red 41 ◦ green 58 ◦ blue 75

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

Shades of Nile Blue #293A4B

Tints of Nile Blue #293A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.33%

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

R = 23.56%
G = 33.33%
B = 43.1%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293A4B (or 0x293A4B) is known color: Nile Blue. HEX triplet: 29, 3A and 4B. RGB value is (41,58,75). Sum of RGB (Red+Green+Blue) = 41+58+75=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #293A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293A4B is #D6C5B4. Grayscale: #363636. Windows color (decimal): -14075317 or 4930089. OLE color: 4930089.

HSL color Cylindrical-coordinate representation of color #293A4B: hue angle of 210º 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 #293A4B is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 58 75 -
CMYK 0.45 0.23 0 0.71
HSL 210º 0.29% 0.23% -
HSV(B) 210º 0.45% 0.29% -
XYZ 3.7 4.01 7.23 -
YUV 54.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 41 58 75 0.45 0.23 0 0.71 210 0.29 0.23
Hex 29 3A 4B 2D 17 0 47 D2 1D 17
Octal 51 72 113 55 27 0 107 322 35 27
Binary 101001 111010 1001011 101101 10111 0 1000111 11010010 11101 10111

Color Harmonies of #293A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A4B

Black with #293A4B

Text Example


Text Example

White with #293A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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