Html Css Color HEX #3C8390 Jelly Bean

📋 copy color: '#3C8390'

red 60 ◦ green 131 ◦ blue 144

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

Shades of Jelly Bean #3C8390

Tints of Jelly Bean #3C8390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

 BLUE value IS 144 (56.64% from 255) = 42.99%

R = 17.91%
G = 39.1%
B = 42.99%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3C8390 (or 0x3C8390) is known color: Jelly Bean. HEX triplet: 3C, 83 and 90. RGB value is (60,131,144). Sum of RGB (Red+Green+Blue) = 60+131+144=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C8390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8390 is #C37C6F. Grayscale: #6F6F6F. Windows color (decimal): -12811376 or 9470780. OLE color: 9470780.

HSL color Cylindrical-coordinate representation of color #3C8390: hue angle of 189.29º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8390 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 131 144 -
CMYK 0.58 0.09 0 0.44
HSL 189.29º 0.41% 0.4% -
HSV(B) 189.29º 0.58% 0.56% -
XYZ 15.01 19.21 29.3 -
YUV 111.25 146.48 91.44 -
System Red Green Blue C M Y K H S L
Decimal 60 131 144 0.58 0.09 0 0.44 189.29 0.41 0.4
Hex 3C 83 90 3A 9 0 2C BD 29 28
Octal 74 203 220 72 11 0 54 275 51 50
Binary 111100 10000011 10010000 111010 1001 0 101100 10111101 101001 101000

Color Harmonies of #3C8390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8390

Black with #3C8390

Text Example


Text Example

White with #3C8390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,131,144); }

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

background-color css

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

 a { background-color: rgb(60,131,144); }

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

border-color css

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

 span { border-color: rgb(60,131,144); }

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