Html Css Color HEX #3B7A99 Jelly Bean

📋 copy color: '#3B7A99'

red 59 ◦ green 122 ◦ blue 153

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

Shades of Jelly Bean #3B7A99

Tints of Jelly Bean #3B7A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.53%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 17.66%
G = 36.53%
B = 45.81%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3B7A99 (or 0x3B7A99) is known color: Jelly Bean. HEX triplet: 3B, 7A and 99. RGB value is (59,122,153). Sum of RGB (Red+Green+Blue) = 59+122+153=334 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.66% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B7A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7A99 is #C48566. Grayscale: #6A6A6A. Windows color (decimal): -12879207 or 10058299. OLE color: 10058299.

HSL color Cylindrical-coordinate representation of color #3B7A99: hue angle of 199.79º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B7A99 is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 59 122 153 -
CMYK 0.61 0.20 0 0.4
HSL 199.79º 0.44% 0.42% -
HSV(B) 199.79º 0.61% 0.6% -
XYZ 14.51 17.15 32.68 -
YUV 106.7 154.13 93.98 -
System Red Green Blue C M Y K H S L
Decimal 59 122 153 0.61 0.20 0 0.4 199.79 0.44 0.42
Hex 3B 7A 99 3D 14 0 28 C8 2C 2A
Octal 73 172 231 75 24 0 50 310 54 52
Binary 111011 1111010 10011001 111101 10100 0 101000 11001000 101100 101010

Color Harmonies of #3B7A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7A99

Black with #3B7A99

Text Example


Text Example

White with #3B7A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,153); }

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

background-color css

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

 a { background-color: rgb(59,122,153); }

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

border-color css

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

 span { border-color: rgb(59,122,153); }

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