Html Css Color HEX #3C8295 Jelly Bean

📋 copy color: '#3C8295'

red 60 ◦ green 130 ◦ blue 149

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

Shades of Jelly Bean #3C8295

Tints of Jelly Bean #3C8295

RGB

 RED value IS 60 (23.83% from 255) = 17.7%

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 17.7%
G = 38.35%
B = 43.95%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C8295 (or 0x3C8295) is known color: Jelly Bean. HEX triplet: 3C, 82 and 95. RGB value is (60,130,149). Sum of RGB (Red+Green+Blue) = 60+130+149=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C8295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8295 is #C37D6A. Grayscale: #6F6F6F. Windows color (decimal): -12811627 or 9798204. OLE color: 9798204.

HSL color Cylindrical-coordinate representation of color #3C8295: hue angle of 192.81º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C8295 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 130 149 -
CMYK 0.60 0.13 0 0.42
HSL 192.81º 0.43% 0.41% -
HSV(B) 192.81º 0.6% 0.58% -
XYZ 15.27 19.1 31.31 -
YUV 111.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 60 130 149 0.60 0.13 0 0.42 192.81 0.43 0.41
Hex 3C 82 95 3C D 0 2A C1 2B 29
Octal 74 202 225 74 15 0 52 301 53 51
Binary 111100 10000010 10010101 111100 1101 0 101010 11000001 101011 101001

Color Harmonies of #3C8295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8295

Black with #3C8295

Text Example


Text Example

White with #3C8295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C8295; }

 p { color: rgb(60,130,149); }

 H1.HeaderClassName
 {
   color: #3C8295;
 }
 .AnyTagClassName
 {
   color: #3C8295;
 }
</style>

background-color css

<style>
 a { background-color: #3C8295; }

 a { background-color: rgb(60,130,149); }

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

border-color css

<style>
 span { border-color: #3C8295; }

 span { border-color: rgb(60,130,149); }

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