Html Css Color HEX #2A6468 Blue Stone

📋 copy color: '#2A6468'

red 42 ◦ green 100 ◦ blue 104

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

Shades of Blue Stone #2A6468

Tints of Blue Stone #2A6468

RGB

 RED value IS 42 (16.8% from 255) = 17.07%

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

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

R = 17.07%
G = 40.65%
B = 42.28%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A6468 (or 0x2A6468) is known color: Blue Stone. HEX triplet: 2A, 64 and 68. RGB value is (42,100,104). Sum of RGB (Red+Green+Blue) = 42+100+104=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6468 is #D59B97. Grayscale: #535353. Windows color (decimal): -13999000 or 6841386. OLE color: 6841386.

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

Color convert

RGB 42 100 104 -
CMYK 0.60 0.04 0 0.59
HSL 183.87º 0.42% 0.29% -
HSV(B) 183.87º 0.6% 0.41% -
XYZ 8.01 10.61 14.72 -
YUV 83.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 42 100 104 0.60 0.04 0 0.59 183.87 0.42 0.29
Hex 2A 64 68 3C 4 0 3B B8 2A 1D
Octal 52 144 150 74 4 0 73 270 52 35
Binary 101010 1100100 1101000 111100 100 0 111011 10111000 101010 11101

Color Harmonies of #2A6468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6468

Black with #2A6468

Text Example


Text Example

White with #2A6468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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