Html Css Color HEX #3A7F99 Jelly Bean

📋 copy color: '#3A7F99'

red 58 ◦ green 127 ◦ blue 153

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

Shades of Jelly Bean #3A7F99

Tints of Jelly Bean #3A7F99

RGB

 RED value IS 58 (23.05% from 255) = 17.16%

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

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

R = 17.16%
G = 37.57%
B = 45.27%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3A7F99 (or 0x3A7F99) is known color: Jelly Bean. HEX triplet: 3A, 7F and 99. RGB value is (58,127,153). Sum of RGB (Red+Green+Blue) = 58+127+153=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #3A7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7F99 is #C58066. Grayscale: #6D6D6D. Windows color (decimal): -12943463 or 10059578. OLE color: 10059578.

HSL color Cylindrical-coordinate representation of color #3A7F99: hue angle of 196.42º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A7F99 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 58 127 153 -
CMYK 0.62 0.17 0 0.4
HSL 196.42º 0.45% 0.41% -
HSV(B) 196.42º 0.62% 0.6% -
XYZ 15.08 18.38 32.89 -
YUV 109.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 58 127 153 0.62 0.17 0 0.4 196.42 0.45 0.41
Hex 3A 7F 99 3E 11 0 28 C4 2D 29
Octal 72 177 231 76 21 0 50 304 55 51
Binary 111010 1111111 10011001 111110 10001 0 101000 11000100 101101 101001

Color Harmonies of #3A7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7F99

Black with #3A7F99

Text Example


Text Example

White with #3A7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,127,153); }

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

background-color css

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

 a { background-color: rgb(58,127,153); }

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

border-color css

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

 span { border-color: rgb(58,127,153); }

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