Html Css Color HEX #3B7F9B Jelly Bean

📋 copy color: '#3B7F9B'

red 59 ◦ green 127 ◦ blue 155

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

Shades of Jelly Bean #3B7F9B

Tints of Jelly Bean #3B7F9B

RGB

 RED value IS 59 (23.44% from 255) = 17.3%

 GREEN value IS 127 (50% from 255) = 37.24%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 17.3%
G = 37.24%
B = 45.45%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3B7F9B (or 0x3B7F9B) is known color: Jelly Bean. HEX triplet: 3B, 7F and 9B. RGB value is (59,127,155). Sum of RGB (Red+Green+Blue) = 59+127+155=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B7F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7F9B is #C48064. Grayscale: #6D6D6D. Windows color (decimal): -12877925 or 10190651. OLE color: 10190651.

HSL color Cylindrical-coordinate representation of color #3B7F9B: hue angle of 197.5º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B7F9B is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 59 127 155 -
CMYK 0.62 0.18 0 0.39
HSL 197.5º 0.45% 0.42% -
HSV(B) 197.5º 0.62% 0.61% -
XYZ 15.31 18.48 33.77 -
YUV 109.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 59 127 155 0.62 0.18 0 0.39 197.5 0.45 0.42
Hex 3B 7F 9B 3E 12 0 27 C6 2D 2A
Octal 73 177 233 76 22 0 47 306 55 52
Binary 111011 1111111 10011011 111110 10010 0 100111 11000110 101101 101010

Color Harmonies of #3B7F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7F9B

Black with #3B7F9B

Text Example


Text Example

White with #3B7F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,127,155); }

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

background-color css

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

 a { background-color: rgb(59,127,155); }

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

border-color css

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

 span { border-color: rgb(59,127,155); }

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