Html Css Color HEX #2E5C73 Blumine

📋 copy color: '#2E5C73'

red 46 ◦ green 92 ◦ blue 115

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

Shades of Blumine #2E5C73

Tints of Blumine #2E5C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.45%

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.6

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2E5C73 (or 0x2E5C73) is known color: Blumine. HEX triplet: 2E, 5C and 73. RGB value is (46,92,115). Sum of RGB (Red+Green+Blue) = 46+92+115=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E5C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5C73 is #D1A38C. Grayscale: #505050. Windows color (decimal): -13738893 or 7560238. OLE color: 7560238.

HSL color Cylindrical-coordinate representation of color #2E5C73: hue angle of 200º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E5C73 is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 92 115 -
CMYK 0.6 0.20 0 0.55
HSL 200º 0.43% 0.32% -
HSV(B) 200º 0.6% 0.45% -
XYZ 8.05 9.47 17.62 -
YUV 80.87 147.26 103.13 -
System Red Green Blue C M Y K H S L
Decimal 46 92 115 0.6 0.20 0 0.55 200 0.43 0.32
Hex 2E 5C 73 3C 14 0 37 C8 2B 20
Octal 56 134 163 74 24 0 67 310 53 40
Binary 101110 1011100 1110011 111100 10100 0 110111 11001000 101011 100000

Color Harmonies of #2E5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5C73

Black with #2E5C73

Text Example


Text Example

White with #2E5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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