#347F8F

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

Shades of Jelly Bean #347F8F

Tints of Jelly Bean #347F8F

Color information

#347F8F (or 0x347F8F) is unknown color: approx Jelly Bean. HEX triplet: 34, 7F and 8F. RGB value is (52,127,143). Sum of RGB (Red+Green+Blue) = 52+127+143=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 127 (50% from 255 or 39.44% 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 #347F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F8F is #CB8070. Grayscale: #6A6A6A. Windows color (decimal): -13336689 or 9404212. OLE color: 9404212.

HSL color Cylindrical-coordinate representation of color #347F8F: hue angle of 190.55º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #347F8F is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52127143-
CMYK0.640.1100.44
HSL190.55º46.67%38.24%-
HSV(B)190.55º63.64%56.08%-
XYZ13.9617.8928.7-
YUV106.4148.6589.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 127 (50% from 255) = 39.44%
BLUE value IS 143 (56.25% from 255) = 44.41%
R=16.15%
G=39.44%
B=44.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521271430.640.1100.44190.5546.6738.24
Hex347F8F40B02Cbf2f26
Octal64177217100130542775746
Binary11010011111111000111110000001011010110010111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347F8F; }

 p { color: rgb(52,127,143); }

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

<style>
 a { background-color: #347F8F; }

 a { background-color: rgb(52,127,143); }

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

<style>
 span { border-color: #347F8F; }

 span { border-color: rgb(52,127,143); }

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