Html Css Color HEX #2A6368 Blue Stone

📋 copy color: '#2A6368'

red 42 ◦ green 99 ◦ blue 104

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

Shades of Blue Stone #2A6368

Tints of Blue Stone #2A6368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.41%

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

R = 17.14%
G = 40.41%
B = 42.45%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2A6368 (or 0x2A6368) is known color: Blue Stone. HEX triplet: 2A, 63 and 68. RGB value is (42,99,104). Sum of RGB (Red+Green+Blue) = 42+99+104=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #2A6368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A6368 is #D59C97. Grayscale: #525252. Windows color (decimal): -13999256 or 6841130. OLE color: 6841130.

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

Color convert

RGB 42 99 104 -
CMYK 0.60 0.05 0 0.59
HSL 184.84º 0.42% 0.29% -
HSV(B) 184.84º 0.6% 0.41% -
XYZ 7.92 10.42 14.69 -
YUV 82.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 42 99 104 0.60 0.05 0 0.59 184.84 0.42 0.29
Hex 2A 63 68 3C 5 0 3B B9 2A 1D
Octal 52 143 150 74 5 0 73 271 52 35
Binary 101010 1100011 1101000 111100 101 0 111011 10111001 101010 11101

Color Harmonies of #2A6368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A6368

Black with #2A6368

Text Example


Text Example

White with #2A6368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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