Html Css Color HEX #2E5867 Blumine

📋 copy color: '#2E5867'

red 46 ◦ green 88 ◦ blue 103

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

Shades of Blumine #2E5867

Tints of Blumine #2E5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.13%

 BLUE value IS 103 (40.63% from 255) = 43.46%

R = 19.41%
G = 37.13%
B = 43.46%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E5867 (or 0x2E5867) is known color: Blumine. HEX triplet: 2E, 58 and 67. RGB value is (46,88,103). Sum of RGB (Red+Green+Blue) = 46+88+103=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E5867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5867 is #D1A798. Grayscale: #4D4D4D. Windows color (decimal): -13739929 or 6772782. OLE color: 6772782.

HSL color Cylindrical-coordinate representation of color #2E5867: hue angle of 195.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E5867 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 88 103 -
CMYK 0.55 0.15 0 0.60
HSL 195.79º 0.38% 0.29% -
HSV(B) 195.79º 0.55% 0.4% -
XYZ 7.06 8.54 14.11 -
YUV 77.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 46 88 103 0.55 0.15 0 0.60 195.79 0.38 0.29
Hex 2E 58 67 37 F 0 3C C4 26 1D
Octal 56 130 147 67 17 0 74 304 46 35
Binary 101110 1011000 1100111 110111 1111 0 111100 11000100 100110 11101

Color Harmonies of #2E5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5867

Black with #2E5867

Text Example


Text Example

White with #2E5867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,103); }

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

background-color css

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

 a { background-color: rgb(46,88,103); }

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

border-color css

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

 span { border-color: rgb(46,88,103); }

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