Html Css Color HEX #2B6468 Blue Stone

📋 copy color: '#2B6468'

red 43 ◦ green 100 ◦ blue 104

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

Shades of Blue Stone #2B6468

Tints of Blue Stone #2B6468

RGB

 RED value IS 43 (17.19% from 255) = 17.41%

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

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 17.41%
G = 40.49%
B = 42.11%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2B6468 (or 0x2B6468) is known color: Blue Stone. HEX triplet: 2B, 64 and 68. RGB value is (43,100,104). Sum of RGB (Red+Green+Blue) = 43+100+104=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #2B6468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6468 is #D49B97. Grayscale: #535353. Windows color (decimal): -13933464 or 6841387. OLE color: 6841387.

HSL color Cylindrical-coordinate representation of color #2B6468: hue angle of 183.93º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6468 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 43 100 104 -
CMYK 0.59 0.04 0 0.59
HSL 183.93º 0.41% 0.29% -
HSV(B) 183.93º 0.59% 0.41% -
XYZ 8.05 10.63 14.72 -
YUV 83.41 139.62 99.17 -
System Red Green Blue C M Y K H S L
Decimal 43 100 104 0.59 0.04 0 0.59 183.93 0.41 0.29
Hex 2B 64 68 3B 4 0 3B B8 29 1D
Octal 53 144 150 73 4 0 73 270 51 35
Binary 101011 1100100 1101000 111011 100 0 111011 10111000 101001 11101

Color Harmonies of #2B6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6468

Black with #2B6468

Text Example


Text Example

White with #2B6468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,100,104); }

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

background-color css

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

 a { background-color: rgb(43,100,104); }

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

border-color css

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

 span { border-color: rgb(43,100,104); }

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