Html Css Color HEX #3F7690 Jelly Bean

📋 copy color: '#3F7690'

red 63 ◦ green 118 ◦ blue 144

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

Shades of Jelly Bean #3F7690

Tints of Jelly Bean #3F7690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 19.38%
G = 36.31%
B = 44.31%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3F7690 (or 0x3F7690) is known color: Jelly Bean. HEX triplet: 3F, 76 and 90. RGB value is (63,118,144). Sum of RGB (Red+Green+Blue) = 63+118+144=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F7690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7690 is #C0896F. Grayscale: #686868. Windows color (decimal): -12618096 or 9467455. OLE color: 9467455.

HSL color Cylindrical-coordinate representation of color #3F7690: hue angle of 199.26º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F7690 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 63 118 144 -
CMYK 0.56 0.18 0 0.44
HSL 199.26º 0.39% 0.41% -
HSV(B) 199.26º 0.56% 0.56% -
XYZ 13.56 16.03 28.76 -
YUV 104.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 63 118 144 0.56 0.18 0 0.44 199.26 0.39 0.41
Hex 3F 76 90 38 12 0 2C C7 27 29
Octal 77 166 220 70 22 0 54 307 47 51
Binary 111111 1110110 10010000 111000 10010 0 101100 11000111 100111 101001

Color Harmonies of #3F7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7690

Black with #3F7690

Text Example


Text Example

White with #3F7690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,144); }

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

background-color css

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

 a { background-color: rgb(63,118,144); }

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

border-color css

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

 span { border-color: rgb(63,118,144); }

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