Html Css Color HEX #2E6467 Blue Stone

📋 copy color: '#2E6467'

red 46 ◦ green 100 ◦ blue 103

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

Shades of Blue Stone #2E6467

Tints of Blue Stone #2E6467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.16%

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

R = 18.47%
G = 40.16%
B = 41.37%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2E6467 (or 0x2E6467) is known color: Blue Stone. HEX triplet: 2E, 64 and 67. RGB value is (46,100,103). Sum of RGB (Red+Green+Blue) = 46+100+103=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #2E6467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6467 is #D19B98. Grayscale: #545454. Windows color (decimal): -13736857 or 6775854. OLE color: 6775854.

HSL color Cylindrical-coordinate representation of color #2E6467: hue angle of 183.16º 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 #2E6467 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 100 103 -
CMYK 0.55 0.03 0 0.60
HSL 183.16º 0.38% 0.29% -
HSV(B) 183.16º 0.55% 0.4% -
XYZ 8.13 10.67 14.46 -
YUV 84.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 46 100 103 0.55 0.03 0 0.60 183.16 0.38 0.29
Hex 2E 64 67 37 3 0 3C B7 26 1D
Octal 56 144 147 67 3 0 74 267 46 35
Binary 101110 1100100 1100111 110111 11 0 111100 10110111 100110 11101

Color Harmonies of #2E6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6467

Black with #2E6467

Text Example


Text Example

White with #2E6467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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