Html Css Color HEX #3F7593 Jelly Bean

📋 copy color: '#3F7593'

red 63 ◦ green 117 ◦ blue 147

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

Shades of Jelly Bean #3F7593

Tints of Jelly Bean #3F7593

RGB

 RED value IS 63 (25% from 255) = 19.27%

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 19.27%
G = 35.78%
B = 44.95%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F7593 (or 0x3F7593) is known color: Jelly Bean. HEX triplet: 3F, 75 and 93. RGB value is (63,117,147). Sum of RGB (Red+Green+Blue) = 63+117+147=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F7593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7593 is #C08A6C. Grayscale: #686868. Windows color (decimal): -12618349 or 9663807. OLE color: 9663807.

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

Color convert

RGB 63 117 147 -
CMYK 0.57 0.20 0 0.42
HSL 201.43º 0.4% 0.41% -
HSV(B) 201.43º 0.57% 0.58% -
XYZ 13.68 15.89 29.95 -
YUV 104.27 152.11 98.56 -
System Red Green Blue C M Y K H S L
Decimal 63 117 147 0.57 0.20 0 0.42 201.43 0.4 0.41
Hex 3F 75 93 39 14 0 2A C9 28 29
Octal 77 165 223 71 24 0 52 311 50 51
Binary 111111 1110101 10010011 111001 10100 0 101010 11001001 101000 101001

Color Harmonies of #3F7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7593

Black with #3F7593

Text Example


Text Example

White with #3F7593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,117,147); }

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

background-color css

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

 a { background-color: rgb(63,117,147); }

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

border-color css

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

 span { border-color: rgb(63,117,147); }

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