Html Css Color HEX #2E5C63 Blumine

📋 copy color: '#2E5C63'

red 46 ◦ green 92 ◦ blue 99

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

Shades of Blumine #2E5C63

Tints of Blumine #2E5C63

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.82%

 BLUE value IS 99 (39.06% from 255) = 41.77%

R = 19.41%
G = 38.82%
B = 41.77%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2E5C63 (or 0x2E5C63) is known color: Blumine. HEX triplet: 2E, 5C and 63. RGB value is (46,92,99). Sum of RGB (Red+Green+Blue) = 46+92+99=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 92 (36.33% from 255 or 38.82% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E5C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C63 is #D1A39C. Grayscale: #4E4E4E. Windows color (decimal): -13738909 or 6511662. OLE color: 6511662.

HSL color Cylindrical-coordinate representation of color #2E5C63: hue angle of 187.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E5C63 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 46 92 99 -
CMYK 0.54 0.07 0 0.61
HSL 187.92º 0.37% 0.28% -
HSV(B) 187.92º 0.54% 0.39% -
XYZ 7.21 9.14 13.19 -
YUV 79.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 46 92 99 0.54 0.07 0 0.61 187.92 0.37 0.28
Hex 2E 5C 63 36 7 0 3D BC 25 1C
Octal 56 134 143 66 7 0 75 274 45 34
Binary 101110 1011100 1100011 110110 111 0 111101 10111100 100101 11100

Color Harmonies of #2E5C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C63

Black with #2E5C63

Text Example


Text Example

White with #2E5C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,92,99); }

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

background-color css

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

 a { background-color: rgb(46,92,99); }

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

border-color css

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

 span { border-color: rgb(46,92,99); }

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