Html Css Color HEX #293C4C Nile Blue

📋 copy color: '#293C4C'

red 41 ◦ green 60 ◦ blue 76

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

Shades of Nile Blue #293C4C

Tints of Nile Blue #293C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 23.16%
G = 33.9%
B = 42.94%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#293C4C (or 0x293C4C) is known color: Nile Blue. HEX triplet: 29, 3C and 4C. RGB value is (41,60,76). Sum of RGB (Red+Green+Blue) = 41+60+76=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #293C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293C4C is #D6C3B3. Grayscale: #383838. Windows color (decimal): -14074804 or 4996137. OLE color: 4996137.

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

Color convert

RGB 41 60 76 -
CMYK 0.46 0.21 0 0.70
HSL 207.43º 0.3% 0.23% -
HSV(B) 207.43º 0.46% 0.3% -
XYZ 3.83 4.22 7.45 -
YUV 56.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 41 60 76 0.46 0.21 0 0.70 207.43 0.3 0.23
Hex 29 3C 4C 2E 15 0 46 CF 1E 17
Octal 51 74 114 56 25 0 106 317 36 27
Binary 101001 111100 1001100 101110 10101 0 1000110 11001111 11110 10111

Color Harmonies of #293C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C4C

Black with #293C4C

Text Example


Text Example

White with #293C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,60,76); }

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

background-color css

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

 a { background-color: rgb(41,60,76); }

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

border-color css

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

 span { border-color: rgb(41,60,76); }

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