Html Css Color HEX #3A7D8B Jelly Bean

📋 copy color: '#3A7D8B'

red 58 ◦ green 125 ◦ blue 139

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

Shades of Jelly Bean #3A7D8B

Tints of Jelly Bean #3A7D8B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 18.01%
G = 38.82%
B = 43.17%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A7D8B (or 0x3A7D8B) is known color: Jelly Bean. HEX triplet: 3A, 7D and 8B. RGB value is (58,125,139). Sum of RGB (Red+Green+Blue) = 58+125+139=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A7D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7D8B is #C58274. Grayscale: #6A6A6A. Windows color (decimal): -12943989 or 9141562. OLE color: 9141562.

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

Color convert

RGB 58 125 139 -
CMYK 0.58 0.10 0 0.45
HSL 190.37º 0.41% 0.39% -
HSV(B) 190.37º 0.58% 0.55% -
XYZ 13.74 17.43 27.07 -
YUV 106.56 146.3 93.36 -
System Red Green Blue C M Y K H S L
Decimal 58 125 139 0.58 0.10 0 0.45 190.37 0.41 0.39
Hex 3A 7D 8B 3A A 0 2D BE 29 27
Octal 72 175 213 72 12 0 55 276 51 47
Binary 111010 1111101 10001011 111010 1010 0 101101 10111110 101001 100111

Color Harmonies of #3A7D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7D8B

Black with #3A7D8B

Text Example


Text Example

White with #3A7D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,125,139); }

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

background-color css

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

 a { background-color: rgb(58,125,139); }

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

border-color css

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

 span { border-color: rgb(58,125,139); }

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