Html Css Color HEX #2E858D Blue Chill

📋 copy color: '#2E858D'

red 46 ◦ green 133 ◦ blue 141

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

Shades of Blue Chill #2E858D

Tints of Blue Chill #2E858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.56%

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 14.38%
G = 41.56%
B = 44.06%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E858D (or 0x2E858D) is known color: Blue Chill. HEX triplet: 2E, 85 and 8D. RGB value is (46,133,141). Sum of RGB (Red+Green+Blue) = 46+133+141=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E858D is #D17A72. Grayscale: #6B6B6B. Windows color (decimal): -13728371 or 9274670. OLE color: 9274670.

HSL color Cylindrical-coordinate representation of color #2E858D: hue angle of 185.05º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E858D is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 133 141 -
CMYK 0.67 0.06 0 0.45
HSL 185.05º 0.51% 0.37% -
HSV(B) 185.05º 0.67% 0.55% -
XYZ 14.32 19.28 28.17 -
YUV 107.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 46 133 141 0.67 0.06 0 0.45 185.05 0.51 0.37
Hex 2E 85 8D 43 6 0 2D B9 33 25
Octal 56 205 215 103 6 0 55 271 63 45
Binary 101110 10000101 10001101 1000011 110 0 101101 10111001 110011 100101

Color Harmonies of #2E858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E858D

Black with #2E858D

Text Example


Text Example

White with #2E858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,141); }

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

background-color css

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

 a { background-color: rgb(46,133,141); }

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

border-color css

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

 span { border-color: rgb(46,133,141); }

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