Html Css Color HEX #293E4B Nile Blue

📋 copy color: '#293E4B'

red 41 ◦ green 62 ◦ blue 75

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

Shades of Nile Blue #293E4B

Tints of Nile Blue #293E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.83%

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

R = 23.03%
G = 34.83%
B = 42.13%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#293E4B (or 0x293E4B) is known color: Nile Blue. HEX triplet: 29, 3E and 4B. RGB value is (41,62,75). Sum of RGB (Red+Green+Blue) = 41+62+75=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 75 - color contains mainly: blue. Hex color #293E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293E4B is #D6C1B4. Grayscale: #393939. Windows color (decimal): -14074293 or 4931113. OLE color: 4931113.

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

Color convert

RGB 41 62 75 -
CMYK 0.45 0.17 0 0.71
HSL 202.94º 0.29% 0.23% -
HSV(B) 202.94º 0.45% 0.29% -
XYZ 3.91 4.42 7.3 -
YUV 57.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 41 62 75 0.45 0.17 0 0.71 202.94 0.29 0.23
Hex 29 3E 4B 2D 11 0 47 CB 1D 17
Octal 51 76 113 55 21 0 107 313 35 27
Binary 101001 111110 1001011 101101 10001 0 1000111 11001011 11101 10111

Color Harmonies of #293E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293E4B

Black with #293E4B

Text Example


Text Example

White with #293E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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