Html Css Color HEX #2E4353 Nile Blue

📋 copy color: '#2E4353'

red 46 ◦ green 67 ◦ blue 83

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

Shades of Nile Blue #2E4353

Tints of Nile Blue #2E4353

RGB

 RED value IS 46 (18.36% from 255) = 23.47%

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 83 (32.81% from 255) = 42.35%

R = 23.47%
G = 34.18%
B = 42.35%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#2E4353 (or 0x2E4353) is known color: Nile Blue. HEX triplet: 2E, 43 and 53. RGB value is (46,67,83). Sum of RGB (Red+Green+Blue) = 46+67+83=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #2E4353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4353 is #D1BCAC. Grayscale: #3E3E3E. Windows color (decimal): -13745325 or 5456686. OLE color: 5456686.

HSL color Cylindrical-coordinate representation of color #2E4353: hue angle of 205.95º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2E4353 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 67 83 -
CMYK 0.45 0.19 0 0.67
HSL 205.95º 0.29% 0.25% -
HSV(B) 205.95º 0.45% 0.33% -
XYZ 4.7 5.22 8.94 -
YUV 62.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 46 67 83 0.45 0.19 0 0.67 205.95 0.29 0.25
Hex 2E 43 53 2D 13 0 43 CE 1D 19
Octal 56 103 123 55 23 0 103 316 35 31
Binary 101110 1000011 1010011 101101 10011 0 1000011 11001110 11101 11001

Color Harmonies of #2E4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4353

Black with #2E4353

Text Example


Text Example

White with #2E4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E4353; }

 p { color: rgb(46,67,83); }

 H1.HeaderClassName
 {
   color: #2E4353;
 }
 .AnyTagClassName
 {
   color: #2E4353;
 }
</style>

background-color css

<style>
 a { background-color: #2E4353; }

 a { background-color: rgb(46,67,83); }

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

border-color css

<style>
 span { border-color: #2E4353; }

 span { border-color: rgb(46,67,83); }

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