#3D768F

Color #3D768F Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #3D768F

Tints of Jelly Bean #3D768F

Color information

#3D768F (or 0x3D768F) is unknown color: approx Jelly Bean. HEX triplet: 3D, 76 and 8F. RGB value is (61,118,143). Sum of RGB (Red+Green+Blue) = 61+118+143=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 143 (56.25% from 255 or 44.41% from 322); Max value from RGB is 143 - color contains mainly: blue. Hex color #3D768F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D768F is #C28970. Grayscale: #676767. Windows color (decimal): -12749169 or 9401917. OLE color: 9401917.

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

Color convert

RGB61118143-
CMYK0.570.1700.44
HSL198.29º40.2%40%-
HSV(B)198.29º57.34%56.08%-
XYZ13.3615.9328.36-
YUV103.81150.1297.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.94%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=18.94%
G=36.65%
B=44.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611181430.570.1700.44198.2940.240
Hex3D768F391102Cc62828
Octal7516621771210543065050
Binary11110111101101000111111100110001010110011000110101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,143); }

 H1.HeaderClassName
 {
   color: #3D768F;
 }
 .AnyTagClassName
 {
   color: #3D768F;
 }
</style>
background-color css

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

 a { background-color: rgb(61,118,143); }

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

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

 span { border-color: rgb(61,118,143); }

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