Html Css Color HEX #3C818D Jelly Bean

📋 copy color: '#3C818D'

red 60 ◦ green 129 ◦ blue 141

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

Shades of Jelly Bean #3C818D

Tints of Jelly Bean #3C818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 18.18%
G = 39.09%
B = 42.73%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3C818D (or 0x3C818D) is known color: Jelly Bean. HEX triplet: 3C, 81 and 8D. RGB value is (60,129,141). Sum of RGB (Red+Green+Blue) = 60+129+141=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C818D is #C37E72. Grayscale: #6D6D6D. Windows color (decimal): -12811891 or 9273660. OLE color: 9273660.

HSL color Cylindrical-coordinate representation of color #3C818D: hue angle of 188.89º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C818D is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 129 141 -
CMYK 0.57 0.09 0 0.45
HSL 188.89º 0.4% 0.39% -
HSV(B) 188.89º 0.57% 0.55% -
XYZ 14.52 18.58 28.02 -
YUV 109.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 60 129 141 0.57 0.09 0 0.45 188.89 0.4 0.39
Hex 3C 81 8D 39 9 0 2D BD 28 27
Octal 74 201 215 71 11 0 55 275 50 47
Binary 111100 10000001 10001101 111001 1001 0 101101 10111101 101000 100111

Color Harmonies of #3C818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C818D

Black with #3C818D

Text Example


Text Example

White with #3C818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,129,141); }

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

background-color css

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

 a { background-color: rgb(60,129,141); }

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

border-color css

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

 span { border-color: rgb(60,129,141); }

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